From 48e3b58350480791a77de0044858559c68ae0aa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:39:43 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.31.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.29.10 | 0.31.9 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 03d95ff..1c44741 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "symfony/event-dispatcher": "^5.4.26|^6.4.0|^7.0.0" }, "require-dev": { - "infection/infection": "^0.29.10", + "infection/infection": "^0.31.0", "patchlevel/coding-standard": "^1.3.0", "phpbench/phpbench": "^1.2.15", "phpspec/prophecy-phpunit": "^2.1.0",