From 33a8295b18549bdd859d31f2b185f1d5af7dfca1 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 30 Jun 2018 14:11:00 +0530 Subject: [PATCH] composer fix --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index be62b01..f0c855f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -95,8 +95,8 @@ init_composer() { || ynh_die "Unable to install Composer" # update dependencies to create composer.lock - exec_composer "$DESTDIR" install --no-dev \ - || ynh_die "Unable to update firefly-iii core dependencies" + exec_composer "$DESTDIR" install --no-dev --prefer-dist --no-scripts \ + || ynh_die "Unable to update Kimai2 core dependencies" } sudo_path () {