From ecad5dc3d6853e0ac88b904f496772344e8ee188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 04:45:35 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.27 to ^0.27 || ^0.29 Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.27.0...0.29.0) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa2924d7..dc597baf 100644 --- a/composer.json +++ b/composer.json @@ -99,7 +99,7 @@ "doctrine/orm": "^2.14|^3.0", "doctrine/persistence": "^3.1", "ekino/phpstan-banned-code": "^1.0", - "infection/infection": "^0.27", + "infection/infection": "^0.27 || ^0.29", "matthiasnoback/symfony-dependency-injection-test": "^4.3|^5.0", "php-http/curl-client": "^2.2", "php-http/mock-client": "^1.5",