Merge pull request #3717 from mauri870/5.1

[5.1] Fix clear-compiled error during composer installation
This commit is contained in:
Taylor Otwell 2016-03-28 08:16:22 -05:00
commit 94c9db25c3
1 changed files with 1 additions and 3 deletions

View File

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