From 2a663bd45c65adf90c2ec0fee22125a0824c1d17 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Sun, 13 Sep 2026 08:23:07 +0200 Subject: [PATCH] Update softcreatr/jsonpath version constraint to include 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17d73df..689ceab 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 || ^6", - "softcreatr/jsonpath": "^0.8 || ^0.9 || ^0.10 || ^0.11 || ^1.0" + "softcreatr/jsonpath": "^0.8 || ^0.9 || ^0.10 || ^0.11 || ^1.0 || ^2.0" }, "require-dev": { "ext-libxml": "*",