diff --git a/composer.json b/composer.json index 2fe33f5..2cd9038 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "require-dev": { "pestphp/pest": "^1.2", "illuminate/testing": "^8.42", + "orchestra/testbench": "^6.17", "pestphp/pest-plugin-laravel": "^1.0.0" }, "require": { "illuminate/support": "^8.42", - "illuminate/console": "^8.42", - "orchestra/testbench": "^6.17" + "illuminate/console": "^8.42" } }