File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ matrix:
2424
2525 # Test with lowest dependencies
2626 - php : 7.2
27- env : COMPOSER_FLAGS="--prefer-stable --prefer- lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
27+ env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
2828
2929 # Test the latest stable release
3030 - php : 7.3
@@ -51,7 +51,7 @@ before_install:
5151 - if ! [ -z "$SYMFONY_VERSION" ]; then composer config extra.symfony.require "${SYMFONY_VERSION}"; fi;
5252
5353install :
54- - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
54+ - composer update ${COMPOSER_FLAGS} --prefer-dist --prefer-stable -- no-interaction
5555
5656script :
5757 - composer validate --strict --no-check-lock
Original file line number Diff line number Diff line change 5656 "test" : " vendor/bin/phpunit" ,
5757 "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml Tests/Unit"
5858 },
59+ "minimum-stability" : " dev" ,
5960 "extra" : {
6061 "branch-alias" : {
6162 "dev-master" : " 0.10-dev"
You can’t perform that action at this time.
0 commit comments