From 95cba1964d7f5540e927e0e0caa7a69dd7e31cc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:35:35 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.29.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.27.11 | 0.29.6 | 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 419f0453..cc7a78ab 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "ext-pdo_sqlite": "*", "doctrine/migrations": "^3.3.2", "doctrine/orm": "^2.19.4|^3.1.2", - "infection/infection": "^0.27.0", + "infection/infection": "^0.29.0", "league/commonmark": "^2.4", "patchlevel/coding-standard": "^1.3.0", "phpspec/prophecy-phpunit": "^2.1.0",