From 24d42bee2b719a58c957239df40b882380f25593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:25:05 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.29.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.29.10 | 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 3e7a908..7534b5b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "twig/twig": "^3.5.0" }, "require-dev": { - "infection/infection": "^0.27.0", + "infection/infection": "^0.29.0", "patchlevel/coding-standard": "^1.3.0", "phpspec/prophecy-phpunit": "^2.1.0", "phpstan/phpstan": "^1.10.48",