From e3d40d6e5b44ea955a57c8834042d3de600f05b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:51:44 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12 --- integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/composer.json b/integration/composer.json index d4cd3e8..60facd9 100644 --- a/integration/composer.json +++ b/integration/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "behat/behat": "^3.11", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^12.0" }, "repositories": [ {