From 325f868d6cc620f9ee4d23717144e719ad0cd2f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:08:52 +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 906f60d..759dff5 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": [ {