From 2309c9667b44310cc828458a6a8755cff6bbfc35 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Mon, 16 May 2022 14:07:17 +0200 Subject: [PATCH] Update composer.json (#108) Improve compatibility with older (<7.1) and newer (>7.0) PHP versions. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 31dc4ab..4f2d879 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "illuminate/support" : "^5.0|^6.0|^7.0|^8.0|^9.0", "ratchet/pawl" : "^0.3", "symfony/yaml" : "^4.0|^5.0|^6.0", - "softcreatr/jsonpath" : "^0.6" + "softcreatr/jsonpath" : "^0.5 || ^0.7 || ^0.8" }, "require-dev": { "phpunit/phpunit" : "~7.0|~9.5",