From c33205c6538a9d1fc1bf60e4adc8b90b992c8873 Mon Sep 17 00:00:00 2001 From: ExuApplePie <75225599+ExuApplePie@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:05:48 -0500 Subject: [PATCH] Update composer.json to lower jmespath version requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 649d1ef..baebca7 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Module to index json field data using search API", "type": "drupal-module", "require": { - "mtdowling/jmespath.php": "^2.8" + "mtdowling/jmespath.php": "^2.6" }, "authors": [ {