Skip to content

Commit 3fc105d

Browse files
committed
Merge pull request laravel#3699 from barryvdh/patch-1
[5.2] Use ComposerScripts
2 parents 8edf580 + 40e5e16 commit 3fc105d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"php artisan key:generate"
3737
],
3838
"post-install-cmd": [
39-
"php artisan clear-compiled",
39+
"Illuminate\\Foundation\\ComposerScripts::postInstall",
4040
"php artisan optimize"
4141
],
4242
"post-update-cmd": [
43-
"php artisan clear-compiled",
43+
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
4444
"php artisan optimize"
4545
]
4646
},

0 commit comments

Comments
 (0)