From 4d9fd6c3d3b7a544bf648596bf460abbf17b7202 Mon Sep 17 00:00:00 2001 From: Berkay Kaya Date: Sat, 12 Sep 2020 09:01:34 +0300 Subject: [PATCH] Fixed Laravel 8 support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a9bede5..9c2fdde 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=5.4.0", "guzzlehttp/guzzle": "^6.2|^7.0.1", - "illuminate/support": "~5.5||~6.0||~7.0||~8.0", + "illuminate/support": "~5.5|~6.0|~7.0|~8.0", "symfony/psr-http-message-bridge": "1.*|2.*" }, "require-dev": {