From 49f6752577f6278c54da7d764a545ccd130450da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:56:51 +0000 Subject: [PATCH 1/2] Update infection/infection requirement from ^0.15 to ^0.18 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.15.0...0.18) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b4176d..cc1994b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.0", - "infection/infection": "^0.15" + "infection/infection": "^0.18" }, "autoload": { "psr-4": { From ce308a6eb9366ab82afa9d55eb1f7b96f722a9b1 Mon Sep 17 00:00:00 2001 From: Babichev Maxim Date: Tue, 17 Nov 2020 00:00:03 +0300 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc1994b..7e1082e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.0", - "infection/infection": "^0.18" + "infection/infection": "~0.15" }, "autoload": { "psr-4": {