From f7d8a7574e35ba0a85c516a56f3ecb0c0f25be58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 03:56:41 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.29.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.27.10 | 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 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",