Skip to content

Commit 3d402be

Browse files
authored
Merge pull request #127 from basz/remove-prefer-dist
remove prefer-dist (#126)
2 parents 6dcb42b + e143e14 commit 3d402be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function composer_install_dependencies {
8686
local DEPS=$1
8787
local IGNORE_PHP_PLATFORM_REQUIREMENT=$2
8888
local ADDITIONAL_COMPOSER_ARGUMENTS=$3
89-
local COMPOSER_ARGS="--ansi --no-interaction --no-progress --prefer-dist ${ADDITIONAL_COMPOSER_ARGUMENTS}"
89+
local COMPOSER_ARGS="--ansi --no-interaction --no-progress ${ADDITIONAL_COMPOSER_ARGUMENTS}"
9090
if [[ "${IGNORE_PHP_PLATFORM_REQUIREMENT}" == "true" ]];then
9191
COMPOSER_ARGS="${COMPOSER_ARGS} --ignore-platform-req=php"
9292
fi

0 commit comments

Comments
 (0)