From ea8dc80a67ed4636aa08591e96f959cc3b2529fc Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Sat, 9 Oct 2021 15:14:23 +0200 Subject: [PATCH] [#3] Update infection requirement from ^0.23.0 to ^0.25.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9cd6bde..9cab4ce 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "icanhazstring/composer-unused": "^0.7.5", - "infection/infection": "^0.23.0 || ^0.25.0", + "infection/infection": "^0.25.0", "phpro/grumphp": "^1.0", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.0 || ^9.0",