Skip to content

Commit df6c35d

Browse files
authored
Merge pull request #4 from sidz/support-json-schema-6
Add support for justinrainbow/json-schema ^6.0
2 parents da0b0cc + d3f6f18 commit df6c35d

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^8.1",
1717
"softcreatr/jsonpath": "^0.8",
18-
"justinrainbow/json-schema": "^5.0"
18+
"justinrainbow/json-schema": "^5.0 || ^6.0"
1919
},
2020
"conflict": {
2121
"phpunit/phpunit": "<8.0 || >= 13.0"

0 commit comments

Comments
 (0)