Skip to content

Commit 04c36a1

Browse files
committed
Allow newer deps
1 parent cd8ad2b commit 04c36a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": ">=7.1",
29-
"phpunit/php-code-coverage": "^6.0",
29+
"phpunit/php-code-coverage": "^6.0||^7.0",
3030
"behat/behat": "^3.5",
3131
"guzzlehttp/guzzle": "^6.0",
3232
"symfony/config": "^3.4||^4.0",
@@ -36,7 +36,7 @@
3636
"symfony/http-foundation": "^3.4||^4.0"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^7.0",
39+
"phpunit/phpunit": "^7.0||^8.0",
4040
"mikey179/vfsstream": "^1.6",
4141
"friendsofphp/php-cs-fixer": "^2.13"
4242
},

0 commit comments

Comments
 (0)