From 65cfb7fb4548721321be8efb57e4c06af74acff9 Mon Sep 17 00:00:00 2001 From: Shiburaj Pappu Date: Mon, 13 Apr 2020 19:49:39 +0530 Subject: [PATCH] Laravel 7.0 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c2bda82..ed7ed1f 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": ">=5.0", - "guzzlehttp/guzzle": ">=5.0" + "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", + "guzzlehttp/guzzle": "~5.0|~6.0" }, "autoload": { "psr-4": {