From 508b27bcb9b5c9c17a6b34143c54b8e72890dda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 09:54:06 +0000 Subject: [PATCH] Update roave/infection-static-analysis-plugin requirement 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.3.0...1.4.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b99f6b3..31d35cd 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.4", - "roave/infection-static-analysis-plugin": "^1.3", + "roave/infection-static-analysis-plugin": "^1.4", "vimeo/psalm": "^4.1" }, "autoload": {