From 9b9ec0564564ec42e198624c16b8f53795aab430 Mon Sep 17 00:00:00 2001 From: RT Filefabrik Date: Wed, 21 Aug 2024 15:18:58 +0200 Subject: [PATCH] orchestra testbench as dev dependency! --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1c6eacd..12c2c92 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,7 @@ "filefabrik/bootraiser": "~v2.0", "illuminate/support": "^11", "laravel/framework": "^11.0", - "laravel/prompts": "^v0.1", - "orchestra/testbench": "^9.0" + "laravel/prompts": "^v0.1" }, "require-dev": { "ext-json": "*", @@ -37,7 +36,9 @@ "pestphp/pest-plugin-drift": "^2.6", "pestphp/pest-plugin-laravel": "^2.3", "phpunit/phpunit": "^9.5|^10.5", - "phpstan/phpstan": "@stable" + "phpstan/phpstan": "@stable", + + "orchestra/testbench": "^9.0" }, "autoload": { "psr-4": {