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).",