From 8ff0636eac49fffb05818c112fa3688c298914e1 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 15 Jun 2021 15:27:26 +0800 Subject: [PATCH] - Remove jmespath. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ef47b9d7ce..797156678b 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,6 @@ "php": "~5.2||~7.0", "ext-json" : "*", "ext-mbstring" : "*", - "ext-curl" : "*", - "mtdowling/jmespath.php": "2.6.*" + "ext-curl" : "*" } }