Add optimize-autoloader to composer config.

This commit is contained in:
Klaus Weidenbach
2017-07-06 21:16:56 +02:00
parent b16e4c558f
commit f9a989fe1b
7 changed files with 91 additions and 448 deletions

View File

@@ -56,7 +56,8 @@
},
"minimum-stability" : "stable",
"config" : {
"notify-on-install" : false
"notify-on-install" : false,
"optimize-autoloader" : true
},
"repositories": [{
"type": "vcs",