From 5599571d410656e68d3be1cd4b35b3e811737814 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Tue, 30 Jun 2020 17:44:11 +0530 Subject: [PATCH] Allow guzzle v7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b06af26f..557498ae9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": "^7.2", "ext-json": "*", "firebase/php-jwt": "^5.0", - "guzzlehttp/guzzle": "^6.0", + "guzzlehttp/guzzle": "^6.0|^7.0", "illuminate/auth": "^6.0|^7.0", "illuminate/console": "^6.0|^7.0", "illuminate/container": "^6.0|^7.0",