From fb62f6eea281745509322f7dff17d923d62a26b3 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Wed, 27 Aug 2025 21:57:47 +0300 Subject: [PATCH] Update justinrainbow/json-schema dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06ff379..2bfba54 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.1", "softcreatr/jsonpath": "^0.8", - "justinrainbow/json-schema": "^5.0" + "justinrainbow/json-schema": "^6.0" }, "conflict": { "phpunit/phpunit": "<8.0 || >= 13.0"