From 2a4a9fed7feb680bcf505429146b71b8b72c12fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 03:40:22 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.29.0 (#51) Co-authored-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 40a4c68..c7d74e1 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "cdn77/coding-standard": "^7.0", "ergebnis/composer-normalize": "^2.23", - "infection/infection": "^0.28.0", + "infection/infection": "^0.29.0", "php-ds/php-ds": "^1.4", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.11",