From d7a5202e792b41fcc6e995a00f3a55158581c223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:05:40 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12 --- php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/composer.json b/php/composer.json index 51cc08852..597e03351 100644 --- a/php/composer.json +++ b/php/composer.json @@ -18,7 +18,7 @@ "cucumber/messages": ">=19.1.4 <=26" }, "require-dev": { - "phpunit/phpunit": "^10.5||^11.0", + "phpunit/phpunit": "12.0.1", "vimeo/psalm": "5.26.1", "friendsofphp/php-cs-fixer": "^3.51", "psalm/plugin-phpunit": "^0.19.0"