Skip to content

Commit 9bd0e2b

Browse files
authored
Merge pull request #227 from tacman/patch-1
allow jsonrainbow / json-schema version 6
2 parents c453d39 + 1e71fd5 commit 9bd0e2b

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
@@ -21,7 +21,7 @@
2121
"php": ">=7.1.0",
2222
"ext-json": "*",
2323
"symfony/yaml": "^3.4 || ^4 || ^5 || ^6 || ^7.0",
24-
"justinrainbow/json-schema": "^5.2"
24+
"justinrainbow/json-schema": "^5.2 || ^6.0"
2525
},
2626
"require-dev": {
2727
"cebe/indent": "*",

0 commit comments

Comments
 (0)