From e4572db696b17892853fa6a3e303a73e20347ea0 Mon Sep 17 00:00:00 2001 From: Patrick Barsallo Date: Thu, 1 Oct 2020 16:05:38 -0500 Subject: [PATCH] Laravel 8 Support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a41e0cd..57571ab 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ ], "require": { "php": ">=7.1.3", - "guzzlehttp/guzzle": "~6.0|~5.0|~4.0", - "illuminate/support": "~7.0|~6.0|^5.5", - "illuminate/routing": "~7.0|~6.0|^5.5" + "guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0", + "illuminate/support": "~8.0|~7.0|~6.0|^5.5", + "illuminate/routing": "~8.0|~7.0|~6.0|^5.5" }, "require-dev": { "phpunit/phpunit": "~7.0",