From 4eb12ff354413b388064e3eea3d495f13f46d582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:07:15 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.25 to ^0.26 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.0...0.26.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 536fe3b..4dbe5c2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require-dev": { "squizlabs/php_codesniffer": "^3.3", "phpunit/phpunit": "^9|^10", - "infection/infection": "^0.25", + "infection/infection": "^0.26", "slevomat/coding-standard": "^7.0", "doctrine/coding-standard": "^9.0", "roave/infection-static-analysis-plugin": "^1.10"