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 1
1
build :
2
2
environment :
3
3
variables :
4
- COMPOSER_ROOT_VERSION : ' 0.8 .99'
4
+ COMPOSER_ROOT_VERSION : ' 0.9 .99'
5
5
6
- build :
7
6
tests :
8
7
override :
9
8
-
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ matrix:
19
19
before_install :
20
20
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
21
21
- phpenv config-rm xdebug.ini || true
22
- - export COMPOSER_ROOT_VERSION=0.8 .99
22
+ - export COMPOSER_ROOT_VERSION=0.9 .99
23
23
- |
24
24
if [ 'false' == "$TRAVIS_PULL_REQUEST" ]; then
25
25
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
294
294
# ---------------------------------------------------------------------------
295
295
296
296
vendor : composer.lock
297
- export COMPOSER_ROOT_VERSION=' 0.8 .99' ; composer install
297
+ export COMPOSER_ROOT_VERSION=' 0.9 .99' ; composer install
298
298
unset " COMPOSER_ROOT_VERSION"
299
299
touch $@
300
300
301
301
vendor/bamarni : composer.lock
302
- export COMPOSER_ROOT_VERSION=' 0.8 .99' ; composer install
302
+ export COMPOSER_ROOT_VERSION=' 0.9 .99' ; composer install
303
303
unset " COMPOSER_ROOT_VERSION"
304
304
touch $@
305
305
306
306
bin/phpunit : composer.lock
307
- export COMPOSER_ROOT_VERSION=' 0.8 .99' ; composer install
307
+ export COMPOSER_ROOT_VERSION=' 0.9 .99' ; composer install
308
308
unset " COMPOSER_ROOT_VERSION"
309
309
touch $@
310
310
Original file line number Diff line number Diff line change 28
28
},
29
29
"require-dev" : {
30
30
"bamarni/composer-bin-plugin" : " ^1.1" ,
31
- "humbug/box" : " ^3.0@beta " ,
31
+ "humbug/box" : " ^3.0@rc " ,
32
32
"phpunit/phpunit" : " ^7.0"
33
33
},
34
34
"replace" : {
You can’t perform that action at this time.
0 commit comments