From 6688834a5e67c11aba5603356bca88c8a211c888 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 01:56:56 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.13.6 || ^0.15.3 || ^0.26.0 || ^0.29.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ffeda1..cb2daf8 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.29.0", "microsoft/tolerant-php-parser": "^0.1.0", "phpspec/phpspec": "^5.1.2 || ^6.1.1 || ^7.0.0" },