From 459fbbd9c343d06e53cb3f6878af233b2aea3ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 20:01:19 +0000 Subject: [PATCH] composer(deps-dev): bump infection/infection from 0.26.1 to 0.26.2 Bumps [infection/infection](https://github.com/infection/infection) from 0.26.1 to 0.26.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.26.1...0.26.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 | 46 ++++++++++++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 05a0d83b..955aafcd 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/license": "^1.2.0", "ergebnis/php-cs-fixer-config": "^4.0.0", "fakerphp/faker": "^1.17.0", - "infection/infection": "~0.26.1", + "infection/infection": "~0.26.2", "phpunit/phpunit": "^9.5.11", "psalm/plugin-phpunit": "~0.16.1", "vimeo/psalm": "^4.18" diff --git a/composer.lock b/composer.lock index 46197219..9ae72ec2 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": "561b23b082351772fb140274c4b9868e", + "content-hash": "4b38b05a6b9bbc231ddae6bafc062c44", "packages": [ { "name": "ergebnis/json-printer", @@ -1427,33 +1427,33 @@ }, { "name": "infection/extension-installer", - "version": "0.1.1", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/infection/extension-installer.git", - "reference": "ff30c0adffcdbc747c96adf92382ccbe271d0afd" + "reference": "9b351d2910b9a23ab4815542e93d541e0ca0cdcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/extension-installer/zipball/ff30c0adffcdbc747c96adf92382ccbe271d0afd", - "reference": "ff30c0adffcdbc747c96adf92382ccbe271d0afd", + "url": "https://api.github.com/repos/infection/extension-installer/zipball/9b351d2910b9a23ab4815542e93d541e0ca0cdcf", + "reference": "9b351d2910b9a23ab4815542e93d541e0ca0cdcf", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" }, "require-dev": { - "composer/composer": "^1.9", - "friendsofphp/php-cs-fixer": "^2.16", + "composer/composer": "^1.9 || ^2.0", + "friendsofphp/php-cs-fixer": "^2.18, <2.19", "infection/infection": "^0.15.2", - "php-coveralls/php-coveralls": "^2.2", + "php-coveralls/php-coveralls": "^2.4", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.10", "phpstan/phpstan-phpunit": "^0.12.6", "phpstan/phpstan-strict-rules": "^0.12.2", "phpstan/phpstan-webmozart-assert": "^0.12.2", - "phpunit/phpunit": "^8.5", - "vimeo/psalm": "^3.8" + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^4.8" }, "type": "composer-plugin", "extra": { @@ -1477,9 +1477,19 @@ "description": "Infection Extension Installer", "support": { "issues": "https://github.com/infection/extension-installer/issues", - "source": "https://github.com/infection/extension-installer/tree/0.1.1" + "source": "https://github.com/infection/extension-installer/tree/0.1.2" }, - "time": "2020-04-25T22:40:05+00:00" + "funding": [ + { + "url": "https://github.com/infection", + "type": "github" + }, + { + "url": "https://opencollective.com/infection", + "type": "open_collective" + } + ], + "time": "2021-10-20T22:08:34+00:00" }, { "name": "infection/include-interceptor", @@ -1539,16 +1549,16 @@ }, { "name": "infection/infection", - "version": "0.26.1", + "version": "0.26.2", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "1e584ea134a1bd3065c1305e14fe3382b30eb2a9" + "reference": "c4c73907ac289b6562f7c553d60d05dfc345a577" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/1e584ea134a1bd3065c1305e14fe3382b30eb2a9", - "reference": "1e584ea134a1bd3065c1305e14fe3382b30eb2a9", + "url": "https://api.github.com/repos/infection/infection/zipball/c4c73907ac289b6562f7c553d60d05dfc345a577", + "reference": "c4c73907ac289b6562f7c553d60d05dfc345a577", "shasum": "" }, "require": { @@ -1649,7 +1659,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.26.1" + "source": "https://github.com/infection/infection/tree/0.26.2" }, "funding": [ { @@ -1661,7 +1671,7 @@ "type": "open_collective" } ], - "time": "2022-01-11T20:49:25+00:00" + "time": "2022-01-20T04:43:30+00:00" }, { "name": "myclabs/deep-copy",