From 12f0c635f53443637d4abb5eb7ef67ba22266a57 Mon Sep 17 00:00:00 2001 From: Peter Dulacka Date: Wed, 31 Dec 2025 10:23:43 +0100 Subject: [PATCH] Allow justinrainbow/json-schema to use v6 if necessary The v6 is required by composer/composer library since v2.8.7 and causes dependency issues. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9c52e1f..9c2c094 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "tracy/tracy": "^2.6", "league/fractal": "~0.17", "tomaj/nette-bootstrap-form": "^2.0", - "justinrainbow/json-schema": "^5.2" + "justinrainbow/json-schema": "^5.2|^6.6" }, "require-dev": { "nette/di": "^3.0",