From 050d7e8f00359be2cbc19eb16cfb0e7f0d8215eb Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 09:53:22 +0100 Subject: [PATCH] Remove specific commands from composer installation routine. --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index af2091da01..7c6b72dab5 100755 --- a/composer.json +++ b/composer.json @@ -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" ],