disable optiize autoloader

This commit is contained in:
Matthew Shillam 2019-10-09 14:54:40 +01:00
parent f154afa7a6
commit a005485c42
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"config": { "config": {
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,
"optimize-autoloader": true "optimize-autoloader": false
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true