From 08b6163d641e3e623012809c8af746f635b21753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:02:51 +0000 Subject: [PATCH] composer(deps-dev): Bump infection/infection from 0.27.4 to 0.27.6 Bumps [infection/infection](https://github.com/infection/infection) from 0.27.4 to 0.27.6. - [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.4...0.27.6) --- 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 857f2724..2fca6a41 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ergebnis/php-cs-fixer-config": "~6.8.1", "ergebnis/phpunit-slow-test-detector": "^2.3.2", "fakerphp/faker": "^1.23.0", - "infection/infection": "~0.27.4", + "infection/infection": "~0.27.6", "phpunit/phpunit": "^10.4.1", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.5", diff --git a/composer.lock b/composer.lock index de31ab35..db7f2fb9 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": "40129936c4ac0643484d4d3c0e6810b3", + "content-hash": "46cc4653111bcc3cb81da70d492f6695", "packages": [ { "name": "ergebnis/json", @@ -2276,16 +2276,16 @@ }, { "name": "infection/infection", - "version": "0.27.4", + "version": "0.27.6", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "2789fdd689689b0c85f2c0ae9db50c8d2b39fb92" + "reference": "3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/2789fdd689689b0c85f2c0ae9db50c8d2b39fb92", - "reference": "2789fdd689689b0c85f2c0ae9db50c8d2b39fb92", + "url": "https://api.github.com/repos/infection/infection/zipball/3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c", + "reference": "3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c", "shasum": "" }, "require": { @@ -2333,7 +2333,7 @@ "phpstan/phpstan-webmozart-assert": "^1.0.2", "phpunit/phpunit": "^9.5.5", "rector/rector": "^0.16.0", - "sidz/phpstan-rules": "^0.3.0", + "sidz/phpstan-rules": "^0.4.0", "symfony/phpunit-bridge": "^5.4 || ^6.0", "symfony/yaml": "^5.4 || ^6.0", "thecodingmachine/phpstan-safe-rule": "^1.2.0" @@ -2392,7 +2392,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.27.4" + "source": "https://github.com/infection/infection/tree/0.27.6" }, "funding": [ { @@ -2404,7 +2404,7 @@ "type": "open_collective" } ], - "time": "2023-10-09T12:03:22+00:00" + "time": "2023-10-16T11:04:15+00:00" }, { "name": "kubawerlos/php-cs-fixer-custom-fixers",