From 8f38fc42e05933bf583fa6538cc28ff086ff555e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:32:42 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.29.0 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.27.11 | 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 fce15661..6e53fd86 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "ext-pdo_sqlite": "*", "doctrine/migrations": "^3.3.2", "doctrine/orm": "^2.19.4|^3.1.2", - "infection/infection": "^0.27.0", + "infection/infection": "^0.29.0", "league/commonmark": "^2.4", "patchlevel/coding-standard": "^1.3.0", "phpspec/prophecy-phpunit": "^2.1.0",