From 64860813f809b232dd21714f80710a9545721a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:21:01 +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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 49781ad3..7f4939a5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ergebnis/license": "^2.2.0", "ergebnis/php-cs-fixer-config": "^6.0.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", - "infection/infection": "~0.27.0", + "infection/infection": "~0.27.2", "nette/di": "^3.1.3", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-strict-rules": "^1.1.0", diff --git a/composer.lock b/composer.lock index 1ebed86c..9d5384ab 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": "f16892724a809ce30d6b144980f1dba0", + "content-hash": "22f352adc1776cb8efdec4e278e282c5", "packages": [ { "name": "nikic/php-parser", @@ -2688,16 +2688,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": { @@ -2745,7 +2745,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" @@ -2804,7 +2804,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": [ { @@ -2816,7 +2816,7 @@ "type": "open_collective" } ], - "time": "2023-05-16T05:28:04+00:00" + "time": "2023-09-16T16:39:29+00:00" }, { "name": "justinrainbow/json-schema",