Commit 94c9db25 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3717 from mauri870/5.1

[5.1] Fix clear-compiled error during composer installation
parents 8c27cb56 3a555f92
...@@ -32,10 +32,8 @@ ...@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment