From b2384a24740ce66b3a7553c7bc4251396b7575ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 07:10:55 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.17 to ^0.20 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/0.20.0/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.17.0...0.20.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 9786ad9..b9eea5e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "phpro/grumphp": "~1.0", "phpunit/phpunit": "^8.0 || ^9.0", - "infection/infection": "^0.17", + "infection/infection": "^0.20", "squizlabs/php_codesniffer": "^3.4", "symfony/var-dumper": "^5.1", "vimeo/psalm": "^3.14"