From 46997ed1b323893832776d553778461d5d8de209 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Sat, 5 Sep 2020 10:16:16 +0300 Subject: [PATCH] allow laravel 8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 510b420..7801158 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0|^7.0", - "illuminate/console": "^6.0|^7.0", - "illuminate/cache": "^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0", + "illuminate/cache": "^6.0|^7.0|^8.0" }, "suggest": { "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",