From c9cc03373386f0cc534c6ac45647f6dfdab32be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 07:38:55 +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 a43ab16..3d87670 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "infection/infection": "0.26.21", - "phpunit/phpunit": "9.6.8" + "phpunit/phpunit": "11.1.0" }, "config": { "preferred-install": "dist",