From 1e71fd564f9a5e4ed05c56e303f3fda478dffb61 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 27 Feb 2025 07:00:41 -0500 Subject: [PATCH] allow jsonrainbow / json-schema version 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a3054a5..b09398d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": ">=7.1.0", "ext-json": "*", "symfony/yaml": "^3.4 || ^4 || ^5 || ^6 || ^7.0", - "justinrainbow/json-schema": "^5.2" + "justinrainbow/json-schema": "^5.2 || ^6.0" }, "require-dev": { "cebe/indent": "*",