diff --git a/composer.json b/composer.json index e74795a..c17653b 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^7.3", - "illuminate/view": "^6.0|^7.0", - "illuminate/console": "^6.0|^7.0", - "illuminate/mail": "^6.0|^7.0" + "illuminate/view": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0", + "illuminate/mail": "^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^5.1",