Skip to content

Commit 8f43a3e

Browse files
chore: update justinrainbow/json-schema requirement || ^6.0
Updates the requirements on [justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema) to permit the latest version. - [Release notes](https://github.com/jsonrainbow/json-schema/releases) - [Changelog](https://github.com/jsonrainbow/json-schema/blob/master/CHANGELOG.md) - [Commits](jsonrainbow/json-schema@5.0.0...6.0.0) --- updated-dependencies: - dependency-name: justinrainbow/json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54fb7c9 commit 8f43a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"minimum-stability": "stable",
1515
"require": {
1616
"php": "^7.4|^8.0",
17-
"justinrainbow/json-schema": "^5.0",
17+
"justinrainbow/json-schema": "^5.0 || ^6.0",
1818
"mtdowling/jmespath.php": "^2.3",
1919
"ext-json": "*"
2020
},

0 commit comments

Comments
 (0)