Skip to content

Commit f718953

Browse files
committed
Upgrade dependencies.
Allow to use phpunit/php-code-coverage 7.0 and phpspec/phpspec 5.0.
1 parent da73384 commit f718953

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
@@ -25,8 +25,8 @@
2525
},
2626
"require": {
2727
"php": "^7.1",
28-
"phpspec/phpspec": "^4.2",
29-
"phpunit/php-code-coverage": "^5.0||^6.0"
28+
"phpspec/phpspec": "^4.2||^5.0",
29+
"phpunit/php-code-coverage": "^5.0||^6.0||^7.0"
3030
},
3131
"require-dev": {
3232
"escapestudios/symfony2-coding-standard": "^3.1",

0 commit comments

Comments
 (0)