From 28fb3800e6bb2d324ad5cb1801062c1bd6c90c08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:23:59 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.28.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6ecc38..c30deac 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",