From d296eb2c392138fb7d5943aa206e32d25fe61ab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:11:47 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.31.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.29.14 | 0.31.1 | 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 bab3d8c0..11fbd7b7 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require-dev": { "ext-pdo_sqlite": "~8.2.0 || ~8.3.0 || ~8.4.0", "doctrine/orm": "^2.18.0 || ^3.0.0", - "infection/infection": "^0.29.12", + "infection/infection": "^0.31.0", "league/commonmark": "^2.6.1", "patchlevel/coding-standard": "^1.3.0", "patchlevel/event-sourcing-psalm-plugin": "^3.1.0",