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

View File

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