From 5dbfde246a21bb858f89c4602c456027aea685d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:22:06 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.13.6 || ^0.15.3 || ^0.26.0 || ^0.28.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ffeda1..cdf59cf 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.28.0", "microsoft/tolerant-php-parser": "^0.1.0", "phpspec/phpspec": "^5.1.2 || ^6.1.1 || ^7.0.0" },