From 58ced97ec841e13d6d4f9a8a10146680ff706b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:19:10 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.29.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.27.11 | 0.29.1 | 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 22aec55..3bd8751 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "ext-mbstring": "*" }, "require-dev": { - "infection/infection": "^0.27.9", + "infection/infection": "^0.29.0", "laminas/laminas-coding-standard": "~2.5.0", "maglnet/composer-require-checker": "^3.8.0", "phpunit/phpunit": "^9.6.16",