From 60d5a83266e7cee66e622e5a1e01704023beb302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Sat, 18 Sep 2021 21:48:02 +0200 Subject: [PATCH] Bump roave/infection-static-analysis-plugin to 1.10.0 and infection/infection to 0.25.1 --- composer.json | 4 +- composer.lock | 206 ++++++++++++++++++++++++++++---------------------- 2 files changed, 116 insertions(+), 94 deletions(-) diff --git a/composer.json b/composer.json index c1531cd4e..f334926e3 100644 --- a/composer.json +++ b/composer.json @@ -39,8 +39,8 @@ "phpstan/phpstan": "0.12.99", "phpunit/phpunit": "^9.5.9", "vimeo/psalm": "^4.10.0", - "roave/infection-static-analysis-plugin": "^1.9.0", - "infection/infection": "^0.24.0" + "roave/infection-static-analysis-plugin": "^1.10.0", + "infection/infection": "^0.25.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 62c040fe4..c7f06d3fd 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": "1df7aa28fe0849aa0f3b93c75ffbc753", + "content-hash": "9901faa52971b032f183b5edb66fed0c", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -614,6 +614,79 @@ ], "time": "2021-03-30T17:13:30+00:00" }, + { + "name": "composer/package-versions-deprecated", + "version": "1.11.99.4", + "source": { + "type": "git", + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "b174585d1fe49ceed21928a945138948cb394600" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", + "reference": "b174585d1fe49ceed21928a945138948cb394600", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7 || ^8" + }, + "replace": { + "ocramius/package-versions": "1.11.99" + }, + "require-dev": { + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" + }, + "type": "composer-plugin", + "extra": { + "class": "PackageVersions\\Installer", + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "PackageVersions\\": "src/PackageVersions" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "support": { + "issues": "https://github.com/composer/package-versions-deprecated/issues", + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-09-13T08:41:34+00:00" + }, { "name": "composer/semver", "version": "3.2.5", @@ -1093,25 +1166,25 @@ }, { "name": "infection/abstract-testframework-adapter", - "version": "0.3.1", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/infection/abstract-testframework-adapter.git", - "reference": "c52539339f28d6b67625ff24496289b3e6d66025" + "reference": "18925e20d15d1a5995bb85c9dc09e8751e1e069b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/abstract-testframework-adapter/zipball/c52539339f28d6b67625ff24496289b3e6d66025", - "reference": "c52539339f28d6b67625ff24496289b3e6d66025", + "url": "https://api.github.com/repos/infection/abstract-testframework-adapter/zipball/18925e20d15d1a5995bb85c9dc09e8751e1e069b", + "reference": "18925e20d15d1a5995bb85c9dc09e8751e1e069b", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.8", - "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpunit": "^9.0" + "friendsofphp/php-cs-fixer": "^2.17", + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -1132,9 +1205,19 @@ "description": "Abstract Test Framework Adapter for Infection", "support": { "issues": "https://github.com/infection/abstract-testframework-adapter/issues", - "source": "https://github.com/infection/abstract-testframework-adapter/tree/0.3" + "source": "https://github.com/infection/abstract-testframework-adapter/tree/0.5.0" }, - "time": "2020-08-30T13:50:12+00:00" + "funding": [ + { + "url": "https://github.com/infection", + "type": "github" + }, + { + "url": "https://opencollective.com/infection", + "type": "open_collective" + } + ], + "time": "2021-08-17T18:49:12+00:00" }, { "name": "infection/extension-installer", @@ -1250,16 +1333,16 @@ }, { "name": "infection/infection", - "version": "0.24.0", + "version": "0.25.1", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "cfc3263e0f562c49fbdfb4a7899222443fdc9690" + "reference": "854bc7f4106252539ebfdf8f29fd4856e7d9ea4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/cfc3263e0f562c49fbdfb4a7899222443fdc9690", - "reference": "cfc3263e0f562c49fbdfb4a7899222443fdc9690", + "url": "https://api.github.com/repos/infection/infection/zipball/854bc7f4106252539ebfdf8f29fd4856e7d9ea4c", + "reference": "854bc7f4106252539ebfdf8f29fd4856e7d9ea4c", "shasum": "" }, "require": { @@ -1267,10 +1350,10 @@ "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", - "infection/abstract-testframework-adapter": "^0.3.1", + "infection/abstract-testframework-adapter": "^0.5.0", "infection/extension-installer": "^0.1.0", - "infection/include-interceptor": "^0.2.4", - "justinrainbow/json-schema": "^5.2", + "infection/include-interceptor": "^0.2.5", + "justinrainbow/json-schema": "^5.2.10", "nikic/php-parser": "^4.10.3", "ocramius/package-versions": "^1.9.0 || ^2.0", "ondram/ci-detector": "^3.3.0", @@ -1283,7 +1366,7 @@ "symfony/filesystem": "^3.4.29 || ^4.1.19 || ^5.0", "symfony/finder": "^3.4.29 || ^4.1.19 || ^5.0", "symfony/process": "^3.4.29 || ^4.1.19 || ^5.0", - "thecodingmachine/safe": "^1.0", + "thecodingmachine/safe": "^1.1.3", "webmozart/assert": "^1.3", "webmozart/path-util": "^2.3" }, @@ -1292,6 +1375,7 @@ "symfony/console": "=4.1.5" }, "require-dev": { + "brianium/paratest": "^6.3", "ext-simplexml": "*", "helmich/phpunit-json-assert": "^3.0", "phpspec/prophecy-phpunit": "^2.0", @@ -1359,7 +1443,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.24.0" + "source": "https://github.com/infection/infection/tree/0.25.1" }, "funding": [ { @@ -1371,7 +1455,7 @@ "type": "open_collective" } ], - "time": "2021-07-25T18:53:30+00:00" + "time": "2021-09-11T21:40:42+00:00" }, { "name": "justinrainbow/json-schema", @@ -1552,68 +1636,6 @@ }, "time": "2020-12-01T19:48:11+00:00" }, - { - "name": "ocramius/package-versions", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "f64411e9a63a35f8645d5fe04a9f55a2df2895c9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/f64411e9a63a35f8645d5fe04a9f55a2df2895c9", - "reference": "f64411e9a63a35f8645d5fe04a9f55a2df2895c9", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2.0.0", - "php": "~8.0.0" - }, - "replace": { - "composer/package-versions-deprecated": "*" - }, - "require-dev": { - "composer/composer": "^2.0.0@dev", - "doctrine/coding-standard": "^8.1.0", - "ext-zip": "^1.15.0", - "infection/infection": "dev-master#8d6c4d6b15ec58d3190a78b7774a5d604ec1075a", - "phpunit/phpunit": "~9.3.11", - "vimeo/psalm": "^4.0.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "Provides efficient querying for installed package versions (no runtime IO)", - "support": { - "issues": "https://github.com/Ocramius/PackageVersions/issues", - "source": "https://github.com/Ocramius/PackageVersions/tree/2.3.0" - }, - "funding": [ - { - "url": "https://github.com/Ocramius", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions", - "type": "tidelift" - } - ], - "time": "2020-12-23T03:16:25+00:00" - }, { "name": "ondram/ci-detector", "version": "3.5.1", @@ -2551,28 +2573,28 @@ }, { "name": "roave/infection-static-analysis-plugin", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/Roave/infection-static-analysis-plugin.git", - "reference": "458ac62500e384e016fa7f063f0fcec11bc99266" + "reference": "ed40c03bc46be2bd0ecad09f5d52150dcb3006af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/458ac62500e384e016fa7f063f0fcec11bc99266", - "reference": "458ac62500e384e016fa7f063f0fcec11bc99266", + "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/ed40c03bc46be2bd0ecad09f5d52150dcb3006af", + "reference": "ed40c03bc46be2bd0ecad09f5d52150dcb3006af", "shasum": "" }, "require": { - "infection/infection": "0.24.0", + "infection/infection": "0.25.1", "ocramius/package-versions": "^1.9.0 || ^2.0.0", - "php": "~7.4.7|~8.0.0", + "php": "~7.4.7|~8.0.0|~8.1.0", "sanmai/later": "^0.1.2", - "vimeo/psalm": "^4.8.1" + "vimeo/psalm": "^4.10.0" }, "require-dev": { "doctrine/coding-standard": "^9.0.0", - "phpunit/phpunit": "^9.5.7" + "phpunit/phpunit": "^9.5.9" }, "bin": [ "bin/roave-infection-static-analysis-plugin" @@ -2596,9 +2618,9 @@ "description": "Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis", "support": { "issues": "https://github.com/Roave/infection-static-analysis-plugin/issues", - "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.9.0" + "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.10.0" }, - "time": "2021-07-26T23:32:43+00:00" + "time": "2021-09-18T19:41:35+00:00" }, { "name": "sanmai/later",