From 96b1413b78b55c84d3827d058d846b3aa530504d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 01:05:15 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.29.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e47264..575fa10 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0", - "infection/infection": "^0.28.0", + "infection/infection": "^0.29.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.3", "phpstan/phpstan-phpunit": "^1.0",