Skip to content

Commit 9cebba9

Browse files
committed
Restrict package to be used with future versions of phpunit.
1 parent a0ed77c commit 9cebba9

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
@@ -14,7 +14,7 @@
1414
"justinrainbow/json-schema": "^5.0"
1515
},
1616
"conflict": {
17-
"phpunit/phpunit": "<8.0"
17+
"phpunit/phpunit": "<8.0 || >= 10.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^8.0 || ^9.0"

0 commit comments

Comments
 (0)