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