diff --git a/composer.json b/composer.json index 1f001db..985a413 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": ">=7.2", "ext-json": "*", - "illuminate/support": "^7.0", - "illuminate/console": "^7.0", + "illuminate/support": "^7.0|^8.0", + "illuminate/console": "^7.0|^8.0", "guzzlehttp/guzzle": "^6.3", "socialiteproviders/manager": "^3.4" },