From 571877964e7afe3b53242a13e49f7490ba35ef16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:57:13 +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..e0799bf53 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.2", "vimeo/psalm": "5.26.1", "friendsofphp/php-cs-fixer": "^3.51", "psalm/plugin-phpunit": "^0.19.0"