Skip to content

Commit 1fdc310

Browse files
authored
Support PHPUnit 9 in this branch too.
1 parent f052dfe commit 1fdc310

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
@@ -19,7 +19,7 @@
1919

2020
"require": {
2121
"php": ">=7.2.0 <8.0",
22-
"phpunit/phpunit": "^8.4"
22+
"phpunit/phpunit": "^8.4 | ^9.0"
2323
},
2424
"autoload":{
2525
"classmap": ["src/"]

0 commit comments

Comments
 (0)