From 3c0634a71d49d3d9dd388ee6bd5b7d1555d77071 Mon Sep 17 00:00:00 2001 From: W0rma Date: Mon, 24 Mar 2025 08:54:25 +0100 Subject: [PATCH] Allow softcreatr/jsonpath v0.10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b09a18..98c5982 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" + "softcreatr/jsonpath": "^0.8 || ^0.9 || ^0.10" }, "require-dev": { "ext-libxml": "*",