From 9f0554c9b99134faa51e3d9d4ad735c4e34fd042 Mon Sep 17 00:00:00 2001 From: karser Date: Fri, 30 Apr 2021 21:31:53 +0300 Subject: [PATCH] restrict guzzle to v6 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 77e6de37..99776d12 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "type": "wordpress-plugin", "require": { "composer/installers": "~1.0", - "aws/aws-sdk-php": "~3.18" - } + "aws/aws-sdk-php": "~3.18", + "guzzlehttp/guzzle": "^6.2" + } }