diff --git a/composer.json b/composer.json index a767e59..1c11956 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ ], "require": { "php": "^7.1.3|^8.0", - "illuminate/console": "^5.8|^6.0|^7.0", - "illuminate/support": "^5.8|^6.0|^7.0" + "illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0", }, "require-dev": { - "orchestra/testbench": "^3.8|^4.0|^5.0", - "phpunit/phpunit": "^7.5|^8.5|^9.2" + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0", + "phpunit/phpunit": "^8.5|^9.6" }, "autoload": { "psr-4": {