From 7a11ea1e18fb187d1bf97fccadd446cbdc6fd316 Mon Sep 17 00:00:00 2001 From: xrousset78800 Date: Fri, 19 Mar 2021 18:06:19 +0100 Subject: [PATCH] Try to solve guzzle error during sdk update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 113f9fa..4612214 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=5.5", "doctrine/cache": "~1.0", "doctrine/collections": "~1.0", - "guzzlehttp/guzzle": "~3.0" + "guzzlehttp/guzzle": "^6" }, "require-dev": { "sami/sami": "^1.0",