Skip to content

Commit 7893b78

Browse files
committed
Bump dependencies
1 parent ada9abd commit 7893b78

File tree

2 files changed

+128
-118
lines changed

2 files changed

+128
-118
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
}
1818
],
1919

20+
"minimum-stability": "dev",
21+
"prefer-stable": true,
2022
"require": {
2123
"php": "^7.1",
2224
"nikic/php-parser": "^4.0",
@@ -28,7 +30,7 @@
2830
},
2931
"require-dev": {
3032
"bamarni/composer-bin-plugin": "^1.1",
31-
"humbug/box": "^3.0@rc",
33+
"humbug/box": "^3.1",
3234
"phpunit/phpunit": "^7.0"
3335
},
3436
"replace": {

0 commit comments

Comments
 (0)