From 498a59aeb1a7db645ef4e5e082fdf8eea2ed0c44 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 25 Jan 2022 13:47:26 +0500 Subject: [PATCH] Update composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index add9090..5ec1803 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "illuminate/translation": "^6.0||^8.0||^9.0" }, "require-dev": { - "orchestra/testbench": "^7.0||^6.0||^4.0", + "orchestra/testbench": "^4.0||^6.0||^7.0", "phpunit/phpunit": "^9.5", "nunomaduro/larastan": "^0.6.11" },