From a1e8d1dc04c12afd9626aebd7d7bd7b2543a0071 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2019 07:03:26 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.14.4 to ^0.15.0 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.14.4...0.15.0) 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 b40ebd3..558a05d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "zendframework/zend-expressive-helpers": "^5.3" }, "require-dev": { - "infection/infection": "^0.14.4", + "infection/infection": "^0.15.0", "lcobucci/coding-standard": "^3.1", "phpstan/phpstan": "^0.11", "phpstan/phpstan-deprecation-rules": "^0.11",