diff --git a/composer.json b/composer.json index 8110874..3ff4c93 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0", - "illuminate/mail": "^6.0|^7.0|^8.0|^9.0" + "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/mail": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^5.1|^6.3|^7.0", + "orchestra/testbench": "^5.1|^6.3|^7.0|^8.0", "phpunit/phpunit": "^8.0|^9.0" }, "autoload": {