From 6a5cadeca010c647b12c7159fc95b65bbaf547a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:27:23 +0000 Subject: [PATCH] Bump infection/infection from 0.27.7 to 0.27.8 Bumps [infection/infection](https://github.com/infection/infection) from 0.27.7 to 0.27.8. - [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.27.7...0.27.8) --- 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 783d933..9728ee6 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require-dev": { "phpunit/phpunit": "10.4.2", "infection/codeception-adapter": "0.4.2", - "infection/infection": "0.27.7" + "infection/infection": "0.27.8" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index aaa86bd..dfb4e4a 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": "67da5f5b04e5e2188e063bed927d578f", + "content-hash": "54e8572f1812e94693a3c62432b75d68", "packages": [], "packages-dev": [ { @@ -549,16 +549,16 @@ }, { "name": "infection/infection", - "version": "0.27.7", + "version": "0.27.8", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "e5bf714c1e6b45b881f3c8990b0cb82f1b232625" + "reference": "673ce762abf3355fcdc186ca17eb89edf86993bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/e5bf714c1e6b45b881f3c8990b0cb82f1b232625", - "reference": "e5bf714c1e6b45b881f3c8990b0cb82f1b232625", + "url": "https://api.github.com/repos/infection/infection/zipball/673ce762abf3355fcdc186ca17eb89edf86993bf", + "reference": "673ce762abf3355fcdc186ca17eb89edf86993bf", "shasum": "" }, "require": { @@ -665,7 +665,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.27.7" + "source": "https://github.com/infection/infection/tree/0.27.8" }, "funding": [ { @@ -677,7 +677,7 @@ "type": "open_collective" } ], - "time": "2023-11-02T11:38:21+00:00" + "time": "2023-11-08T14:29:03+00:00" }, { "name": "justinrainbow/json-schema",