From fb135ffbc2d61b8df38d57fe399c08cb4ec7c022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:28:31 +0000 Subject: [PATCH] composer(deps-dev): Bump infection/infection from 0.27.0 to 0.27.2 Bumps [infection/infection](https://github.com/infection/infection) from 0.27.0 to 0.27.2. - [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.0...0.27.2) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index a3836b6b..b67ed250 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ergebnis/php-cs-fixer-config": "^5.15.1", "ergebnis/phpunit-slow-test-detector": "^2.3.0", "fakerphp/faker": "^1.23.0", - "infection/infection": "~0.27.0", + "infection/infection": "~0.27.2", "phpunit/phpunit": "^10.3.4", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.3", diff --git a/composer.lock b/composer.lock index da8f1502..914a7577 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": "7315d002c422ff5323187c7dd6d07104", + "content-hash": "2e298bd92b68171782c1ecee1739c914", "packages": [], "packages-dev": [ { @@ -1656,16 +1656,16 @@ }, { "name": "infection/infection", - "version": "0.27.0", + "version": "0.27.2", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "a9ff8171577d98b887d7f16428edd81ff69ce887" + "reference": "5019cdc8d707ddacffbe991a1c12c8e8e348845f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/a9ff8171577d98b887d7f16428edd81ff69ce887", - "reference": "a9ff8171577d98b887d7f16428edd81ff69ce887", + "url": "https://api.github.com/repos/infection/infection/zipball/5019cdc8d707ddacffbe991a1c12c8e8e348845f", + "reference": "5019cdc8d707ddacffbe991a1c12c8e8e348845f", "shasum": "" }, "require": { @@ -1713,7 +1713,7 @@ "phpstan/phpstan-webmozart-assert": "^1.0.2", "phpunit/phpunit": "^9.5.5", "rector/rector": "^0.16.0", - "sidz/phpstan-rules": "^0.2.1", + "sidz/phpstan-rules": "^0.3.0", "symfony/phpunit-bridge": "^5.4 || ^6.0", "symfony/yaml": "^5.4 || ^6.0", "thecodingmachine/phpstan-safe-rule": "^1.2.0" @@ -1772,7 +1772,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.27.0" + "source": "https://github.com/infection/infection/tree/0.27.2" }, "funding": [ { @@ -1784,7 +1784,7 @@ "type": "open_collective" } ], - "time": "2023-05-16T05:28:04+00:00" + "time": "2023-09-16T16:39:29+00:00" }, { "name": "justinrainbow/json-schema", @@ -5999,5 +5999,5 @@ "platform-overrides": { "php": "8.1.20" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }