Browse Source

Merge pull request #3717 from mauri870/5.1

[5.1] Fix clear-compiled error during composer installation
Taylor Otwell 9 years ago
parent
commit
94c9db25c3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      composer.json

+ 1 - 3
composer.json

@@ -32,10 +32,8 @@
             "php artisan clear-compiled",
             "php artisan optimize"
         ],
-        "pre-update-cmd": [
-            "php artisan clear-compiled"
-        ],
         "post-update-cmd": [
+            "php artisan clear-compiled",
             "php artisan optimize"
         ],
         "post-root-package-install": [