From b4c5b839db0410a53907e4b064650e211c7e944b Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Sat, 9 Oct 2021 15:01:56 +0200 Subject: [PATCH] [#2] update infection to ^0.25 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d117f33..bf86de0 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "icanhazstring/composer-unused": "^0.7.5", - "infection/infection": "^0.23 || ^0.25", + "infection/infection": "^0.25", "pheature/dbal-toggle": "^0.1", "pheature/inmemory-toggle": "^0.1", "pheature/php-sdk": "^0.1",