diff --git a/composer.json b/composer.json index da6c065..708dcfb 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^8.24" + "illuminate/support": "^8.24|^9.0" }, "require-dev": { - "orchestra/testbench": "^6.9", + "orchestra/testbench": "^6.9|^7.0", "pestphp/pest": "^1.2", "pestphp/pest-plugin-laravel": "^1.0" }