From 41c5831edbcacf8216a69bd9361c95c2ce05e622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:19:07 +0000 Subject: [PATCH] Bump infection/infection from 0.27.5 to 0.27.6 Bumps [infection/infection](https://github.com/infection/infection) from 0.27.5 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.5...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 1d3796d..1d691d3 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require-dev": { "phpunit/phpunit": "10.4.1", "infection/codeception-adapter": "0.4.2", - "infection/infection": "0.27.5" + "infection/infection": "0.27.6" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index dc594d2..5671ee6 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": "d926a804da8b227f29d00d81b9679a9e", + "content-hash": "2de0c01712f78ce3e183c65f1ab3b326", "packages": [], "packages-dev": [ { @@ -549,16 +549,16 @@ }, { "name": "infection/infection", - "version": "0.27.5", + "version": "0.27.6", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "6e64b856c9f4f735e50b7ced02a6fc8236b0a1d8" + "reference": "3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/6e64b856c9f4f735e50b7ced02a6fc8236b0a1d8", - "reference": "6e64b856c9f4f735e50b7ced02a6fc8236b0a1d8", + "url": "https://api.github.com/repos/infection/infection/zipball/3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c", + "reference": "3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c", "shasum": "" }, "require": { @@ -606,7 +606,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" @@ -665,7 +665,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.27.5" + "source": "https://github.com/infection/infection/tree/0.27.6" }, "funding": [ { @@ -677,7 +677,7 @@ "type": "open_collective" } ], - "time": "2023-10-15T20:29:39+00:00" + "time": "2023-10-16T11:04:15+00:00" }, { "name": "justinrainbow/json-schema",