From ea986170f4ff13505e445581956807b25e8eedb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 27 Dec 2024 21:07:09 +0100 Subject: [PATCH] Allow installing testbench v9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01ce6b7..ec33155 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.1" }, "require-dev": { - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0 || ^9.0", "larastan/larastan": "^2.4", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0"