From 3db47c058ba284b45cccb2957fab4037112afc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 06:49:33 +0000 Subject: [PATCH] composer(deps-dev): 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 bd536667..918d3a10 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ergebnis/php-cs-fixer-config": "^6.11.0", "ergebnis/phpunit-slow-test-detector": "^2.4.0", "fakerphp/faker": "^1.23.0", - "infection/infection": "~0.27.7", + "infection/infection": "~0.27.8", "phpunit/phpunit": "^10.4.2", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.6", diff --git a/composer.lock b/composer.lock index afe10171..f18e4c2b 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": "9d65e86edfe6294040709566aeab71cd", + "content-hash": "e01cf7b6b6c7a5b1511a67c58e14cea0", "packages": [], "packages-dev": [ { @@ -1723,16 +1723,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": { @@ -1839,7 +1839,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": [ { @@ -1851,7 +1851,7 @@ "type": "open_collective" } ], - "time": "2023-11-02T11:38:21+00:00" + "time": "2023-11-08T14:29:03+00:00" }, { "name": "justinrainbow/json-schema",