From a9a9b4b0fbb8d8a96b80296d9ee4953a0013764d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Thu, 8 Aug 2024 14:43:38 +0200 Subject: [PATCH] Declare compatibility with justinrainbow/json-schema ^6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 10c7dc53..6b2e479c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": ">=8.0", "behat/behat": "^3.0.13", "friends-of-behat/mink-extension": "^2.3.1", - "justinrainbow/json-schema": "^5.0", + "justinrainbow/json-schema": "^5.0|^6.0", "symfony/property-access": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0", "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0", "symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0"