From e9ca7ad14a81ac0a2c65b5db4278540d059bcba0 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Fri, 19 May 2023 16:22:41 +0200 Subject: [PATCH] deps: Infection updated --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 594847c..8ae4a87 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/http-kernel": "^5.3|^6.0" }, "require-dev": { - "infection/infection": "^0.26.6", + "infection/infection": "^0.27", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-beberlei-assert": "^1.0",