From 6f39ab180511f2de163b049e972cac39457cfc93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 May 2021 16:44:54 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.23.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 64a02cb..07bed4a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "require": { "php": "^8.0", - "infection/infection": "^0.22.0", + "infection/infection": "^0.23.0", "narrowspark/php-cs-fixer-config": "~6.3.2", "phpstan/phpstan": "^0.12.80", "phpstan/phpstan-deprecation-rules": "^0.12.6",