Browse Source

Merge pull request #4189 from tabuna/patch-1

Composer -o
Taylor Otwell 7 years ago
parent
commit
643248834f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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