From b6814577eaa98a3eaf25390e82be81c65010b4cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 12:20:17 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.13.6 || ^0.15.3 || ^0.26.0 || ^0.27.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ffeda1..1321dad 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "drupol/php-conventions": "^1.6.14", "friends-of-phpspec/phpspec-code-coverage": "^6.0.0", - "infection/infection": "^0.13.6 || ^0.15.3 || ^0.26.0", + "infection/infection": "^0.13.6 || ^0.15.3 || ^0.26.0 || ^0.27.0", "microsoft/tolerant-php-parser": "^0.1.0", "phpspec/phpspec": "^5.1.2 || ^6.1.1 || ^7.0.0" },