Merge pull request #3699 from barryvdh/patch-1

[5.2] Use ComposerScripts
This commit is contained in:
Taylor Otwell 2016-03-25 14:29:48 -05:00
commit 3fc105d3d4
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@
"php artisan key:generate"
],
"post-install-cmd": [
"php artisan clear-compiled",
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize"
]
},