From 791ab209d561fdf931794023d478204ba6f7fa83 Mon Sep 17 00:00:00 2001 From: Will Power <1619102+willpower232@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:41:08 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1b243c..f9dc480 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,6 @@ "phpstan/phpstan": "^0.12.84", "php-parallel-lint/php-parallel-lint": "^1.3", "nunomaduro/larastan": "^0.7.4", - "orchestra/testbench": "^7.0" + "orchestra/testbench": "^7.0|^8.0|^9.0" } }