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.
1 parent e11b677 commit 5bacbd5Copy full SHA for 5bacbd5
bundles/best_practices.rst
@@ -224,7 +224,7 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
224
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
225
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
226
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
227
- - vendor/bin/simple-phpunit install
+ - ./vendor/bin/simple-phpunit install
228
229
script:
230
- composer validate --strict --no-check-lock
0 commit comments