Skip to content

Commit 9ba7838

Browse files
authored
Adding Support for PHPUnit v9.0
1 parent eeb964a commit 9ba7838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": "^7.1",
77
"webmozart/assert": "^1.2",
88
"phpunit/php-code-coverage": "^4.0 || ^5.2 || ^6.0 || ^7.0",
9-
"phpunit/phpunit": "^5.7 || ^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)