From 9bee9ff3d04746f7643adbbc4a6662f2e7270d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:01:24 +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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 36cb1972..6d40f527 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 46dbd074..ccf81a36 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": "570495639d204a727ceeb29bf012be8b", + "content-hash": "1f2f78006f929cb82d4e0c82227a5c11", "packages": [ { "name": "ergebnis/json-printer", @@ -1543,16 +1543,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": { @@ -1653,7 +1653,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": [ { @@ -1665,7 +1665,7 @@ "type": "open_collective" } ], - "time": "2022-01-10T10:25:48+00:00" + "time": "2022-01-11T20:49:25+00:00" }, { "name": "myclabs/deep-copy", @@ -5966,5 +5966,5 @@ "platform-overrides": { "php": "7.4.26" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }