Skip to content

Commit 57714fa

Browse files
committed
change min stability
1 parent d81b06c commit 57714fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ matrix:
2424
- php: 7.1
2525
env: SYMFONY_VERSION='~4.0@dev'
2626
- php: 5.5
27-
env: 'COMPOSER_FLAGS="--prefer-lowest"'
27+
env: 'COMPOSER_FLAGS="--prefer-lowest --prefer-stable "'
2828

2929
before_script:
3030
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3131
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
32-
- composer update ${COMPOSER_FLAGS} --prefer-stable --no-interaction
32+
- composer update ${COMPOSER_FLAGS} --no-interaction
3333

3434
script:
3535
- vendor/bin/phpunit --coverage-clover clover

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"symfony/validator": "*",
3838
"symfony/stopwatch": "*"
3939
},
40-
"minimum-stability": "dev",
4140
"suggest": {
4241
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
4342
},

0 commit comments

Comments
 (0)