From 09874028282b1df08d28296a22a5f1b90d67a431 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Wed, 23 Oct 2024 08:01:31 +0900 Subject: [PATCH] Update json-schema dependency for broader compatibility Adjusted the version constraint for the justinrainbow/json-schema package to support both ^5.3 and ^6.0.0 versions. This ensures compatibility with projects using either version, facilitating smoother dependency management. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dafa22dc..598c1c5e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1", "ext-filter": "*", "ext-curl": "*", - "justinrainbow/json-schema": "^6.0.0", + "justinrainbow/json-schema": "^5.3 || ^6.0", "koriym/attributes": "^1.0", "koriym/http-constants": "^1.1", "koriym/json-schema-faker": "^0.3",