From 950f244894bb4033d300c5d7017068f6548ce222 Mon Sep 17 00:00:00 2001 From: Jivesh Gahlawat <4440677+gahlawat@users.noreply.github.com> Date: Wed, 9 Sep 2020 12:49:54 +0530 Subject: [PATCH] Update composer.json Laravel 8 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 353b5db69..ea5b873d6 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.*|^6|^7", - "guzzlehttp/guzzle": "~6.0", + "illuminate/support": "5.*|^6|^7|^8", + "guzzlehttp/guzzle": "~6.0|~7.0", "monolog/monolog": "^1.12|^2.0" }, "require-dev": {