From d3f6f1855159e56f96b7c2b4d1692be373ff2951 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Wed, 24 Dec 2025 13:15:30 +0300 Subject: [PATCH] Add support for justinrainbow/json-schema ^6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a95b0c..ba2079c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^8.1", "softcreatr/jsonpath": "^0.8", - "justinrainbow/json-schema": "^5.0" + "justinrainbow/json-schema": "^5.0 || ^6.0" }, "conflict": { "phpunit/phpunit": "<8.0 || >= 13.0"