From 000ebb510df9d992280d434ba20dfb81e34cbe07 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 28 Jan 2020 15:09:19 +0100 Subject: [PATCH] composer issue for prefer-lowest has been fixed --- bundles/best_practices.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index 83a705dfe46..3dcd90036dc 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -227,8 +227,6 @@ of Symfony and the latest beta release: - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi; install: - # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355 - - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction - ./vendor/bin/simple-phpunit install