From 43cc216f3165c0e282608df846e602187ffee7c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:34:37 +0000 Subject: [PATCH] Update dependency orchestra/testbench-core to v10 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | packagist | orchestra/testbench-core | 9.11.0 | 10.0.1 | 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 4a32488..9553f0e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "interaction-design-foundation/coding-standard": "^0.3", - "orchestra/testbench-core": "^8.33 || ^9.10", + "orchestra/testbench-core": "^10.0", "phpunit/phpunit": "^10.5 || ^11.0 || ^12.0", "vimeo/psalm": "^6.0" },