Skip to content

Commit e7eb4b8

Browse files
authored
Bump dependencies (#254)
1 parent 1576510 commit e7eb4b8

File tree

5 files changed

+126
-168
lines changed

5 files changed

+126
-168
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
build:
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
-

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
before_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

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,17 +294,17 @@ tb: bin/php-scoper.phar vendor
294294
#---------------------------------------------------------------------------
295295

296296
vendor: 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

301301
vendor/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

306306
bin/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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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": {

0 commit comments

Comments
 (0)