We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8ad2b commit 04c36a1Copy full SHA for 04c36a1
composer.json
@@ -26,7 +26,7 @@
26
],
27
"require": {
28
"php": ">=7.1",
29
- "phpunit/php-code-coverage": "^6.0",
+ "phpunit/php-code-coverage": "^6.0||^7.0",
30
"behat/behat": "^3.5",
31
"guzzlehttp/guzzle": "^6.0",
32
"symfony/config": "^3.4||^4.0",
@@ -36,7 +36,7 @@
36
"symfony/http-foundation": "^3.4||^4.0"
37
},
38
"require-dev": {
39
- "phpunit/phpunit": "^7.0",
+ "phpunit/phpunit": "^7.0||^8.0",
40
"mikey179/vfsstream": "^1.6",
41
"friendsofphp/php-cs-fixer": "^2.13"
42
0 commit comments