From 3161ebc8bfb8813b5f42769aa7218a853d839cb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:22:44 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 --- integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/composer.json b/integration/composer.json index 906f60d..8cfe1cc 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": "^11.0" }, "repositories": [ {