From fabdc5eace38c73c25b39bb19b65987c28b93175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 18:01:35 +0300 Subject: [PATCH] Update roave/infection-static-analysis-plugin requirement (#346) Updates the requirements on [roave/infection-static-analysis-plugin](https://github.com/Roave/infection-static-analysis-plugin) to permit the latest version. - [Release notes](https://github.com/Roave/infection-static-analysis-plugin/releases) - [Commits](https://github.com/Roave/infection-static-analysis-plugin/compare/1.5.0...1.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a4a86418..b41014cbe 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "require-dev": { "nyholm/psr7": "^1.3", "phpunit/phpunit": "^9.4", - "roave/infection-static-analysis-plugin": "^1.5", + "roave/infection-static-analysis-plugin": "^1.6", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.2", "yiisoft/cache": "^3.0@dev",