From f6d48334c0dc525b72211f5abc5d7f944a45a45b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 07:26:51 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.15 to ^0.16 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.16.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 50ce0e35..63f109a6 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "infection/infection": "^0.15", + "infection/infection": "^0.16", "jms/serializer": "^3.6", "laminas/laminas-diactoros": "^2.2", "lcobucci/coding-standard": "^4.0",