From 67ece5813361056515fe387636fdc0617b0f637a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:15:50 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.28.0 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | packagist | infection/infection | 0.27.9 | 0.28.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 3ae3c03..49aaa34 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.28.0", "patchlevel/coding-standard": "^1.3.0", "phpspec/prophecy-phpunit": "^2.1.0", "phpstan/phpstan": "^1.10.48",