From e5870255431e8929204f854980a1f3906926123f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:45:55 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.13 to ^0.13 || ^0.14 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.13.0...0.14.1) 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 a668d55e..ef17e10f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "infection/infection": "^0.13", + "infection/infection": "^0.14", "jms/serializer": "^3.3", "lcobucci/coding-standard": "^3.1", "league/plates": "^3.3",