Remove specific commands from composer installation routine.

This commit is contained in:
James Cole
2017-01-02 09:53:22 +01:00
parent 7c5bed2bb5
commit 050d7e8f00

View File

@@ -72,9 +72,6 @@
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan firefly:upgrade-instructions",
"php artisan firefly:upgrade-database",
"php artisan firefly:verify",
"php artisan firefly:github-move",
"php artisan optimize"
],