Skip to content

Commit aa775ae

Browse files
committed
support installing phpunit 8 or 9 if needed
1 parent 529b28a commit aa775ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-json": "*"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^7.0"
11+
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)