From 361cce966b581bef7fd0dfa02416fa837e5359b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 24 Aug 2018 07:27:54 +0000 Subject: [PATCH] Bump infection/infection from 0.9.3 to 0.10.0 Bumps [infection/infection](https://github.com/infection/infection) from 0.9.3 to 0.10.0. - [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.9.3...0.10.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index cde7039..622000e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^7.2", "clue/block-react": "^1.1", "friendsofphp/php-cs-fixer": "^2.5", - "infection/infection": "^0.9.1", + "infection/infection": "^0.10.0", "jakub-onderka/php-console-highlighter": "^0.3.2", "jakub-onderka/php-parallel-lint": "^0.9.2", "localheinz/composer-normalize": "^0.1.0", diff --git a/composer.lock b/composer.lock index 1c24079..1661f75 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d742b52ca7f2fcebdc068a060483785c", + "content-hash": "eaecd8441a854992e7e37f3335a7b228", "packages": [ { "name": "clue/block-react", @@ -495,16 +495,16 @@ }, { "name": "infection/infection", - "version": "0.9.3", + "version": "0.10.0", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "98de6f13821c88dd671257d27cc7dcbca0409d2d" + "reference": "befd28b1adfb2468f2318010211d7ca5232c2e56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/98de6f13821c88dd671257d27cc7dcbca0409d2d", - "reference": "98de6f13821c88dd671257d27cc7dcbca0409d2d", + "url": "https://api.github.com/repos/infection/infection/zipball/befd28b1adfb2468f2318010211d7ca5232c2e56", + "reference": "befd28b1adfb2468f2318010211d7ca5232c2e56", "shasum": "" }, "require": { @@ -513,14 +513,15 @@ "nikic/php-parser": "^4.0", "ocramius/package-versions": "^1.2", "padraic/phar-updater": "^1.0.4", - "php": "^7.0", + "php": "^7.1", "pimple/pimple": "^3.2", "sebastian/diff": "^1.4 || ^2.0 || ^3.0", "symfony/console": "^3.2 || ^4.0", "symfony/filesystem": "^3.2 || ^4.0", "symfony/finder": "^3.2 || ^4.0", "symfony/process": "^3.2 || ^4.0", - "symfony/yaml": "^3.2 || ^4.0" + "symfony/yaml": "^3.2 || ^4.0", + "webmozart/assert": "^1.3" }, "conflict": { "symfony/process": "3.4.2" @@ -576,7 +577,7 @@ "testing", "unit testing" ], - "time": "2018-08-09T04:45:18+00:00" + "time": "2018-08-11T07:36:24+00:00" }, { "name": "jakub-onderka/php-console-color",