Skip to content

Commit 8c1572b

Browse files
committed
Added support for phpunit 9
1 parent d925056 commit 8c1572b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": "^7.2 || ^7.3",
1313
"flow/jsonpath": "^0.5.0",
1414
"justinrainbow/json-schema": "^5.0"
1515
},
1616
"conflict": {
17-
"phpunit/phpunit": "<8.0 || >= 9.0"
17+
"phpunit/phpunit": "<8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^8.0"
20+
"phpunit/phpunit": "^8.0 || ^9.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)