Skip to content

Commit 9c11095

Browse files
committed
change min stability
1 parent d81b06c commit 9c11095

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ matrix:
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
@@ -38,6 +38,7 @@
3838
"symfony/stopwatch": "*"
3939
},
4040
"minimum-stability": "dev",
41+
"prefer-stable": true,
4142
"suggest": {
4243
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
4344
},

0 commit comments

Comments
 (0)