From 788e27e119c22ab0e10ef1122734068319a7cb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 06:30:07 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.17 to ^0.19 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.17.0...0.19.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..a265eb1 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.19", "squizlabs/php_codesniffer": "^3.4", "symfony/var-dumper": "^5.1", "vimeo/psalm": "^3.14"