From 2ad48fc9fa1fdcb000af77a00a8c6173131747aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:21:16 +0000 Subject: [PATCH] Bump infection/infection from 0.28.0 to 0.28.1 Bumps [infection/infection](https://github.com/infection/infection) from 0.28.0 to 0.28.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.28.0...0.28.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 052c848..bd578ef 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require-dev": { "phpunit/phpunit": "10.5.15", "infection/codeception-adapter": "0.4.3", - "infection/infection": "0.28.0" + "infection/infection": "0.28.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 44c83c7..2cea212 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": "182e0b1466504c25965df1f4e267da7b", + "content-hash": "49e2ce1003c8cf73dd19fbac0b129e02", "packages": [], "packages-dev": [ { @@ -549,16 +549,16 @@ }, { "name": "infection/infection", - "version": "0.28.0", + "version": "0.28.1", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "c7b185c8474992f443057e9867ca0dad519cd373" + "reference": "1ee4ffa1f971e74c285d2cfc344cead82055df6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/c7b185c8474992f443057e9867ca0dad519cd373", - "reference": "c7b185c8474992f443057e9867ca0dad519cd373", + "url": "https://api.github.com/repos/infection/infection/zipball/1ee4ffa1f971e74c285d2cfc344cead82055df6e", + "reference": "1ee4ffa1f971e74c285d2cfc344cead82055df6e", "shasum": "" }, "require": { @@ -663,7 +663,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.28.0" + "source": "https://github.com/infection/infection/tree/0.28.1" }, "funding": [ { @@ -675,7 +675,7 @@ "type": "open_collective" } ], - "time": "2024-03-23T18:46:25+00:00" + "time": "2024-03-25T09:50:25+00:00" }, { "name": "justinrainbow/json-schema",