From 4c9a6321e88f294bcdb01c05208a4e67858d5b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:47:20 +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 3b6e8cd..aaa7578 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,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",