From 355f6a96ff02e083fa793e90b388f7ddc2fc92cc Mon Sep 17 00:00:00 2001 From: carodej Date: Sat, 16 May 2020 12:18:37 +0200 Subject: [PATCH] v1.5-alpha.4 --- app/Console/Commands/Deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Deploy.php b/app/Console/Commands/Deploy.php index f7edc86f..ee72aba5 100644 --- a/app/Console/Commands/Deploy.php +++ b/app/Console/Commands/Deploy.php @@ -43,7 +43,7 @@ class Deploy extends Command // Exec commands exec('git pull origin dev'); - exec('composer install --no-interaction --no-dev --prefer-dist'); + exec('composer update --no-interaction --prefer-dist'); $this->migrateDatabase(); // Stop deployment