From ce267f403b719d44ca6d9a1b3063141e7be87b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:54:54 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.29.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.27.10 | 0.29.8 | 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 9e544e0..ce21cef 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "cspray/phinal": "^2.0.0", - "infection/infection": "^0.27.8", + "infection/infection": "^0.29.0", "patchlevel/coding-standard": "^1.3.0", "psr/cache": "^2.0.0|^3.0.0", "psr/simple-cache": "^2.0.0|^3.0.0",