Skip to content

Commit 925ae86

Browse files
Merge pull request #13 from ktamas77/master
Adding Support for PHPUnit v9.0
2 parents eeb964a + c9265a3 commit 925ae86

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
@@ -5,8 +5,8 @@
55
"require": {
66
"php": "^7.1",
77
"webmozart/assert": "^1.2",
8-
"phpunit/php-code-coverage": "^4.0 || ^5.2 || ^6.0 || ^7.0",
9-
"phpunit/phpunit": "^5.7 || ^6.0 || ^7.0 || ^8.0"
8+
"phpunit/php-code-coverage": "^4.0 || ^5.2 || ^6.0 || ^7.0 || ^8.0",
9+
"phpunit/phpunit": "^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)