Commit 2b5925bc authored by Alexandr's avatar Alexandr Committed by GitHub

Composer -o

Composer allows us to optimize the autoloader using the --optimize flag or shortly -o.
parent bc368c62
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
}, },
"config": { "config": {
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true "sort-packages": true,
"optimize-autoloader": true
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment