Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 90f8bc3

Browse files
authored
Allow phpunit v9.0 (#39)
1 parent 77887c2 commit 90f8bc3

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
@@ -18,7 +18,7 @@
1818
"ext-mbstring": "*",
1919
"psr/http-message": "^1.0",
2020
"justinrainbow/json-schema": "~5.2",
21-
"phpunit/phpunit": "^8.0"
21+
"phpunit/phpunit": "^8.0 || ^9.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)