From db7d14ccbcb08861c2c347c3c20110a0664e5b3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:44:44 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.31.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.29.14 | 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 c26a2de4..88c1b88c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "symfony/type-info": "^7.3.0" }, "require-dev": { - "infection/infection": "^0.29.10", + "infection/infection": "^0.31.0", "patchlevel/coding-standard": "^1.3.0", "phpbench/phpbench": "^1.2.15", "phpstan/phpstan": "^2.1.0",