From 66569719a1ac243e9c848c0575ee94713a116872 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 09:49:30 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.27.0 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | packagist | infection/infection | 0.20.2 | 0.27.0 | 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 207b331..c42d31e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-json": "^7.4|^8.0" }, "require-dev": { - "infection/infection": "^0.26.0", + "infection/infection": "^0.27.0", "patchlevel/coding-standard": "^1.0.0", "phpstan/phpstan": "^0.12.58", "phpunit/phpunit": "^9.4.4",