diff --git a/composer.json b/composer.json index 0079167..2e3a516 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ }, "require": { "php": "^8.1", - "orchestra/testbench": "^8.24 || ^9.2", + "orchestra/testbench": "^9.2", "pestphp/pest": "3.x-dev", "pestphp/pest-plugin-laravel": "3.x-dev", "symfony/polyfill-php82": "^1.28", "symfony/polyfill-php83": "^1.28" }, "require-dev": { - "orchestra/testbench-dusk": "^8.27 || ^9.5", + "orchestra/testbench-dusk": "^9.5", "laravel/pint": "^1.11", "phpstan/phpstan": "^1.11", "phpstan/phpstan-strict-rules": "^1.5.1",