From 67446911e9efc5c652cac3499f6e4948f963aef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 08:25:16 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v13 --- integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/composer.json b/integration/composer.json index d4cd3e8..b5bf4be 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": "^13.0" }, "repositories": [ {