We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dcb42b + e143e14 commit 3d402beCopy full SHA for 3d402be
entrypoint.sh
@@ -86,7 +86,7 @@ function composer_install_dependencies {
86
local DEPS=$1
87
local IGNORE_PHP_PLATFORM_REQUIREMENT=$2
88
local ADDITIONAL_COMPOSER_ARGUMENTS=$3
89
- local COMPOSER_ARGS="--ansi --no-interaction --no-progress --prefer-dist ${ADDITIONAL_COMPOSER_ARGUMENTS}"
+ local COMPOSER_ARGS="--ansi --no-interaction --no-progress ${ADDITIONAL_COMPOSER_ARGUMENTS}"
90
if [[ "${IGNORE_PHP_PLATFORM_REQUIREMENT}" == "true" ]];then
91
COMPOSER_ARGS="${COMPOSER_ARGS} --ignore-platform-req=php"
92
fi
0 commit comments