File tree Expand file tree Collapse file tree 5 files changed +126
-168
lines changed Expand file tree Collapse file tree 5 files changed +126
-168
lines changed Original file line number Diff line number Diff line change 11build :
22 environment :
33 variables :
4- COMPOSER_ROOT_VERSION : ' 0.8 .99'
4+ COMPOSER_ROOT_VERSION : ' 0.9 .99'
55
6- build :
76 tests :
87 override :
98 -
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ matrix:
1919before_install :
2020 - echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
2121 - phpenv config-rm xdebug.ini || true
22- - export COMPOSER_ROOT_VERSION=0.8 .99
22+ - export COMPOSER_ROOT_VERSION=0.9 .99
2323 - |
2424 if [ 'false' == "$TRAVIS_PULL_REQUEST" ]; then
2525 cp box.json.dist box.json
Original file line number Diff line number Diff line change @@ -294,17 +294,17 @@ tb: bin/php-scoper.phar vendor
294294# ---------------------------------------------------------------------------
295295
296296vendor : composer.lock
297- export COMPOSER_ROOT_VERSION=' 0.8 .99' ; composer install
297+ export COMPOSER_ROOT_VERSION=' 0.9 .99' ; composer install
298298 unset " COMPOSER_ROOT_VERSION"
299299 touch $@
300300
301301vendor/bamarni : composer.lock
302- export COMPOSER_ROOT_VERSION=' 0.8 .99' ; composer install
302+ export COMPOSER_ROOT_VERSION=' 0.9 .99' ; composer install
303303 unset " COMPOSER_ROOT_VERSION"
304304 touch $@
305305
306306bin/phpunit : composer.lock
307- export COMPOSER_ROOT_VERSION=' 0.8 .99' ; composer install
307+ export COMPOSER_ROOT_VERSION=' 0.9 .99' ; composer install
308308 unset " COMPOSER_ROOT_VERSION"
309309 touch $@
310310
Original file line number Diff line number Diff line change 2828 },
2929 "require-dev" : {
3030 "bamarni/composer-bin-plugin" : " ^1.1" ,
31- "humbug/box" : " ^3.0@beta " ,
31+ "humbug/box" : " ^3.0@rc " ,
3232 "phpunit/phpunit" : " ^7.0"
3333 },
3434 "replace" : {
You can’t perform that action at this time.
0 commit comments