From 33f8853972a6c45b9e76b54f81741f31bda93a01 Mon Sep 17 00:00:00 2001 From: Aubry Pirian Date: Thu, 28 Jan 2021 23:01:32 +0100 Subject: [PATCH] Composer: allowing guzzle ~7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 02fbec3..5992dca 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "guzzlehttp/guzzle": "~5.0", + "guzzlehttp/guzzle": "~5.0||~7.0", "guzzlehttp/guzzle-services": "~0.5.0", "guzzlehttp/oauth-subscriber": "~0.2" },