From 0972b0eee863569bd1f8a0d4608cc681eef8ea09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 12:33:10 +0000 Subject: [PATCH] Update dependency orchestra/testbench to v9 | datasource | package | from | to | | ---------- | ------------------- | ------ | ----- | | packagist | orchestra/testbench | 8.23.0 | 9.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa72084..c68c736 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "interaction-design-foundation/coding-standard": "^0.2.0", - "orchestra/testbench": "^8.3", + "orchestra/testbench": "^9.0", "phpunit/phpunit": "^10.5 || ^11.0", "vimeo/psalm": "^5.22" },