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