From 8e3852d86d156456f13086314763478567df4c0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:31:53 +0100 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.28.0 (#66) 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 1aed1b3..4706839 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "cdn77/coding-standard": "^7.0", - "infection/infection": "^0.27.0", + "infection/infection": "^0.28.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.1", "phpstan/phpstan-phpunit": "^1.0",