From d33426529f8f58d1ecff6edbeb60bec8c4bedc2c Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 30 Jun 2018 15:05:34 +0530 Subject: [PATCH] composer fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b3a5639..5a97f74 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -79,7 +79,7 @@ exec_composer() { COMPOSER_HOME="${WORKDIR}/.composer" \ sudo /usr/bin/php7.1 "${WORKDIR}/composer.phar" $@ \ - -d "${WORKDIR}" --quiet --no-interaction + -d "${WORKDIR}" } # Install and initialize Composer in the given directory