From c595cddcfcc6c25bf5b499e8243e6dc8e1333f2a Mon Sep 17 00:00:00 2001 From: Bohdan Date: Thu, 15 Oct 2020 13:09:36 +0200 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1880ee5..a9a34a7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^7.1.3", "illuminate/support": "^6.0|^7.0", "illuminate/contracts": "^6.0|^7.0", - "guzzlehttp/guzzle": "~6.0", + "guzzlehttp/guzzle": "~6.0|^7.0.1", "nesbot/carbon": "^2.31.0" }, "require-dev": { @@ -55,4 +55,4 @@ } } } -} \ No newline at end of file +} From 62e978c39a23926b2e894b665558e03ac2852123 Mon Sep 17 00:00:00 2001 From: Bohdan Date: Thu, 15 Oct 2020 13:28:16 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a9a34a7..4906b8d 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ ], "require": { "php": "^7.1.3", - "illuminate/support": "^6.0|^7.0", - "illuminate/contracts": "^6.0|^7.0", - "guzzlehttp/guzzle": "~6.0|^7.0.1", + "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/contracts": "^6.0|^7.0|^8.0", + "guzzlehttp/guzzle": "~6.0|^7.0", "nesbot/carbon": "^2.31.0" }, "require-dev": {