Skip to content

Commit

Permalink
Merge pull request #127 from basz/remove-prefer-dist
Browse files Browse the repository at this point in the history
remove prefer-dist (#126)
  • Loading branch information
Ocramius authored Sep 5, 2022
2 parents 6dcb42b + e143e14 commit 3d402be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function composer_install_dependencies {
local DEPS=$1
local IGNORE_PHP_PLATFORM_REQUIREMENT=$2
local ADDITIONAL_COMPOSER_ARGUMENTS=$3
local COMPOSER_ARGS="--ansi --no-interaction --no-progress --prefer-dist ${ADDITIONAL_COMPOSER_ARGUMENTS}"
local COMPOSER_ARGS="--ansi --no-interaction --no-progress ${ADDITIONAL_COMPOSER_ARGUMENTS}"
if [[ "${IGNORE_PHP_PLATFORM_REQUIREMENT}" == "true" ]];then
COMPOSER_ARGS="${COMPOSER_ARGS} --ignore-platform-req=php"
fi
Expand Down

0 comments on commit 3d402be

Please sign in to comment.