From 6a17d458950d79b289eb4a095ee9358f7bc5fad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 04:28:50 +0000 Subject: [PATCH] Update infection/infection requirement || ^0.26.0 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.25.3...0.26.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 079dcbd..cca8a24 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,6 @@ "phpstan/phpstan": "^1.2", "roave/security-advisories": "dev-latest", "maglnet/composer-require-checker": "^3.5", - "infection/infection": "^0.25.3" + "infection/infection": "^0.25.3 || ^0.26.0" } }