From 7dd54b110af9cbf1cb0eb4423132ab443ce3f20c Mon Sep 17 00:00:00 2001 From: W0rma Date: Thu, 14 Mar 2024 08:37:28 +0100 Subject: [PATCH 1/2] Allow softcreatr/jsonpath v0.9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bbe4d89..caaa5f9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "codeception/codeception": "^5.0.8", "codeception/lib-xml": "^1.0", "justinrainbow/json-schema": "~5.2.9", - "softcreatr/jsonpath": "^0.8" + "softcreatr/jsonpath": "^0.8 || ^0.9" }, "require-dev": { "ext-libxml": "*", From 70a83914dc53fa65c4871310ef8d82efb0be18ff Mon Sep 17 00:00:00 2001 From: W0rma Date: Thu, 11 Jul 2024 07:02:33 +0200 Subject: [PATCH 2/2] Allow justinrainbow/json-schema v5.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index caaa5f9..f96f33a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-json": "*", "codeception/codeception": "^5.0.8", "codeception/lib-xml": "^1.0", - "justinrainbow/json-schema": "~5.2.9", + "justinrainbow/json-schema": "^5.2.9", "softcreatr/jsonpath": "^0.8 || ^0.9" }, "require-dev": {