From c0318119dd7a31335731548d656383d368d53907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:49:27 +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.1) --- 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 5b5520a..9a89a24 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "infinityloop-dev/graphpinator-upload": "^1.0", "infinityloop-dev/graphpinator-persisted-queries": "^1.0", "phpunit/phpunit": "^9.3", - "infection/infection": "^0.27", + "infection/infection": "^0.27 || ^0.29", "infinityloop-dev/coding-standard": "^0.2", "phpstan/phpstan": "^1.0" },