From 7fc9ea858914b92ce17566eb5b1829e4bce85e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 22:06:30 +0000 Subject: [PATCH] composer(deps-dev): bump infection/infection from 0.26.0 to 0.26.1 Bumps [infection/infection](https://github.com/infection/infection) from 0.26.0 to 0.26.1. - [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.26.0...0.26.1) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4fa39ba5..7404af0e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/license": "^1.2.0", "ergebnis/php-cs-fixer-config": "~3.4.0", "fakerphp/faker": "^1.17.0", - "infection/infection": "~0.26.0", + "infection/infection": "~0.26.1", "phpunit/phpunit": "~9.5.11", "psalm/plugin-phpunit": "~0.16.1", "vimeo/psalm": "^4.18" diff --git a/composer.lock b/composer.lock index 78d2c068..8505de8b 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": "697277dc5773b65081aa03eda496fd71", + "content-hash": "a371de1c1f6746dcf1046720c259895d", "packages": [ { "name": "justinrainbow/json-schema", @@ -1617,16 +1617,16 @@ }, { "name": "infection/infection", - "version": "0.26.0", + "version": "0.26.1", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "e346a2ff4ebe277f3f4e8cc295c033dcab13e7f0" + "reference": "1e584ea134a1bd3065c1305e14fe3382b30eb2a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/e346a2ff4ebe277f3f4e8cc295c033dcab13e7f0", - "reference": "e346a2ff4ebe277f3f4e8cc295c033dcab13e7f0", + "url": "https://api.github.com/repos/infection/infection/zipball/1e584ea134a1bd3065c1305e14fe3382b30eb2a9", + "reference": "1e584ea134a1bd3065c1305e14fe3382b30eb2a9", "shasum": "" }, "require": { @@ -1727,7 +1727,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.26.0" + "source": "https://github.com/infection/infection/tree/0.26.1" }, "funding": [ { @@ -1739,7 +1739,7 @@ "type": "open_collective" } ], - "time": "2022-01-10T10:25:48+00:00" + "time": "2022-01-11T20:49:25+00:00" }, { "name": "localheinz/diff",