diff --git a/composer.json b/composer.json index a4a2427..4268d43 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": "^8.0", - "illuminate/database": "^9.0", - "illuminate/events": "^9.0" + "illuminate/database": "^9.0||^10.0", + "illuminate/events": "^9.0||^10.0" }, "require-dev": { - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.5.10" + "orchestra/testbench": "^7.0||^8.0", + "phpunit/phpunit": "^9.5.10||^10.0" }, "autoload": { "psr-4": {