From 713c31beeede2d2a118f0b90b34aab3d4129852c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 14:09:00 +0000 Subject: [PATCH] composer(deps-dev): update infection/infection requirement || ^0.27 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.26.0...0.27.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 3661d9e..8af0669 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "infection/infection": "^0.26", + "infection/infection": "^0.26 || ^0.27", "kriswallsmith/buzz": "^1.2", "nyholm/psr7": "^1.5", "phpspec/prophecy-phpunit": "^2.0",