Composer -o

Composer allows us to optimize the autoloader using the --optimize flag or shortly -o.
This commit is contained in:
Alexandr 2017-03-27 14:31:34 +03:00 committed by GitHub
parent bc368c627b
commit 2b5925bc62
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
}, },
"config": { "config": {
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true "sort-packages": true,
"optimize-autoloader": true
} }
} }