From 5ff0795e7ce6fdf2abd393f2f240e97e5772db5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 06:42:00 +0000 Subject: [PATCH] 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](https://github.com/cortexphp/json-schema/compare/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] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7f8863..51efc65 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.3", "adhocore/json-fixer": "^1.0", - "cortexphp/json-schema": "^0.5", + "cortexphp/json-schema": "^0.5 || ^0.6", "cortexphp/model-info": "^0.3", "illuminate/collections": "^11.23", "mozex/anthropic-php": "^1.1",