From 9fffe879703b1aee5e683db71854edf3a45659ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 20 May 2021 23:23:22 +0200 Subject: [PATCH] move testbench dependency --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }