Skip to content

Commit 94c9db2

Browse files
committed
Merge pull request laravel#3717 from mauri870/5.1
[5.1] Fix clear-compiled error during composer installation
2 parents 8c27cb5 + 3a555f9 commit 94c9db2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
"php artisan clear-compiled",
3333
"php artisan optimize"
3434
],
35-
"pre-update-cmd": [
36-
"php artisan clear-compiled"
37-
],
3835
"post-update-cmd": [
36+
"php artisan clear-compiled",
3937
"php artisan optimize"
4038
],
4139
"post-root-package-install": [

0 commit comments

Comments
 (0)