Merge branch 'master' into develop

This commit is contained in:
Graham Campbell
2016-03-30 13:11:35 +01:00
8 changed files with 40 additions and 25 deletions

View File

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