From c5ed437610cd0b9054d549cf047b47f82087e249 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 2 Sep 2018 03:06:18 +0530 Subject: [PATCH] symfony fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c96cc51..9b31ba8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -95,7 +95,7 @@ init_composer() { || ynh_die "Unable to install Composer" # update dependencies to create composer.lock - exec_composer "$DESTDIR" update symfony/flex --no-plugins --no-scripts + exec_composer "$DESTDIR" update symfony/flex --no-scripts exec_composer "$DESTDIR" install --no-dev --optimize-autoloader \ || ynh_die "Unable to update Kimai2 core dependencies" }