From 6415709f5be18e3f6ff637f5d823cda6af116f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:58:39 +0000 Subject: [PATCH] Update justinrainbow/json-schema requirement from ^5.0 to ^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](https://github.com/jsonrainbow/json-schema/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: justinrainbow/json-schema 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 ba6b57d..67b1736 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.0", "softcreatr/jsonpath": "^0.8", - "justinrainbow/json-schema": "^5.0" + "justinrainbow/json-schema": "^6.0" }, "conflict": { "phpunit/phpunit": "<8.0 || >= 12.0"