Skip to content

Commit

Permalink
Merge pull request #3699 from barryvdh/patch-1
Browse files Browse the repository at this point in the history
[5.2] Use ComposerScripts
  • Loading branch information
taylorotwell committed Mar 25, 2016
2 parents 8edf580 + 40e5e16 commit 3fc105d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down

0 comments on commit 3fc105d

Please sign in to comment.