From 24074cde4f0727ef6f1129a07028389e705c0750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:29:09 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.31.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.26.16 | 0.31.0 | 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 19d70af..67c9eed 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "doctrine/migrations": "^3.3.2", - "infection/infection": "^0.26.13", + "infection/infection": "^0.31.0", "laminas/laminas-servicemanager": "^3.20", "patchlevel/coding-standard": "^1.2.0", "phpspec/prophecy-phpunit": "^2.0.1",