From 12dd044be877390cc302d0de4acbc51051be0984 Mon Sep 17 00:00:00 2001 From: repat Date: Wed, 16 Sep 2020 21:22:19 +1200 Subject: [PATCH] chore: update guzzlehttp/guzzle & illuminate/support (#92) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0526943..a523b1c 100755 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ }], "require": { "php": "^7.2", - "guzzlehttp/guzzle": "^6.5", - "illuminate/support": "^6.0|^7.0" + "guzzlehttp/guzzle": "^6.5|^7.0", + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16",