From 6b88158e968780862e87ea51928f313574f539d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 04:17:41 +0000 Subject: [PATCH] Build(deps-dev): Update infection/infection requirement from ^0.12.0 || ^0.13.0 to ^0.13.6 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/commits/0.13.6) 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 c52380a..585cbed 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15", - "infection/infection": "^0.12.0 || ^0.13.0", + "infection/infection": "^0.13.6", "localheinz/composer-normalize": "^1.1.0", "localheinz/phpstan-rules": "^0.12", "pepakriz/phpstan-exception-rules": "^0.8",