From 79de1f019c95b66c5433536dd348765549777b6f Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 2 Sep 2018 03:16:28 +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 9b31ba8..c96cc51 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-scripts + exec_composer "$DESTDIR" update symfony/flex --no-plugins --no-scripts exec_composer "$DESTDIR" install --no-dev --optimize-autoloader \ || ynh_die "Unable to update Kimai2 core dependencies" }