Skip to content

Commit 5ff0795

Browse files
Update cortexphp/json-schema requirement from ^0.5 to ^0.5 || ^0.6
Updates the requirements on [cortexphp/json-schema](https://github.com/cortexphp/json-schema) to permit the latest version. - [Release notes](https://github.com/cortexphp/json-schema/releases) - [Commits](cortexphp/json-schema@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: cortexphp/json-schema dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc04d5b commit 5ff0795

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
"require": {
1919
"php": "^8.3",
2020
"adhocore/json-fixer": "^1.0",
21-
"cortexphp/json-schema": "^0.5",
21+
"cortexphp/json-schema": "^0.5 || ^0.6",
2222
"cortexphp/model-info": "^0.3",
2323
"illuminate/collections": "^11.23",
2424
"mozex/anthropic-php": "^1.1",

0 commit comments

Comments
 (0)