From 1e6ba4df8c5070e183bbd57b2a5532db77f8b1b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:25:16 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2127ef..53cabef 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "symfony/http-foundation": "^4.4.9 || ^6.2.7" }, "require-dev": { - "phpunit/phpunit": "7.5.20" + "phpunit/phpunit": "11.4.3" } }