From 07e7b196a2718234f65a18c31cfd430cdf3ff413 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 09:15:15 +0000 Subject: [PATCH] Bump rector/rector-prefixed from 0.9.31 to 0.10.17 Bumps [rector/rector-prefixed](https://github.com/rectorphp/rector-prefixed) from 0.9.31 to 0.10.17. - [Release notes](https://github.com/rectorphp/rector-prefixed/releases) - [Commits](https://github.com/rectorphp/rector-prefixed/compare/0.9.31...0.10.17) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 46 ++++++++++++++++++++++++++++++---------------- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 03205de0..a0f2adcc 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpmd/phpmd": "^2.9", "phpstan/phpstan": "^0.12.64", - "rector/rector-prefixed": "^0.9.31", + "rector/rector-prefixed": "^0.10.17", "simpletest/simpletest": "^1.2", "staabm/annotate-pull-request-from-checkstyle": "^1.4", "vimeo/psalm": "^4.6" diff --git a/composer.lock b/composer.lock index d1cffbf4..71d6e613 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": "6e02c8707ebddfbb84409255720e26ca", + "content-hash": "c81a3585f158a2c32a397e31a695c331", "packages": [ { "name": "adodb/adodb-php", @@ -3669,16 +3669,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.81", + "version": "0.12.85", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0dd5b0ebeff568f7000022ea5f04aa86ad3124b8" + "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0dd5b0ebeff568f7000022ea5f04aa86ad3124b8", - "reference": "0dd5b0ebeff568f7000022ea5f04aa86ad3124b8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/20e6333c0067875ad7697cd8acdf245c6ef69d03", + "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03", "shasum": "" }, "require": { @@ -3709,7 +3709,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.81" + "source": "https://github.com/phpstan/phpstan/tree/0.12.85" }, "funding": [ { @@ -3725,7 +3725,7 @@ "type": "tidelift" } ], - "time": "2021-03-08T22:03:02+00:00" + "time": "2021-04-27T14:13:16+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4250,35 +4250,49 @@ }, { "name": "rector/rector-prefixed", - "version": "0.9.31", + "version": "0.10.17", "source": { "type": "git", "url": "https://github.com/rectorphp/rector-prefixed.git", - "reference": "cff116f7c19bf898c2d76751c8f01debb3c9c13f" + "reference": "e13c9ddc3da493eba1c84e165aa47641bf5fb0c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector-prefixed/zipball/cff116f7c19bf898c2d76751c8f01debb3c9c13f", - "reference": "cff116f7c19bf898c2d76751c8f01debb3c9c13f", + "url": "https://api.github.com/repos/rectorphp/rector-prefixed/zipball/e13c9ddc3da493eba1c84e165aa47641bf5fb0c0", + "reference": "e13c9ddc3da493eba1c84e165aa47641bf5fb0c0", "shasum": "" }, "require": { - "php": "^7.3|^8.0", - "phpstan/phpstan": "^0.12.64" + "php": "^7.1|^8.0", + "phpstan/phpstan": "^0.12.83" + }, + "conflict": { + "phpstan/phpdoc-parser": "<=0.5.3", + "phpstan/phpstan": "<=0.12.82" }, "bin": [ "bin/rector" ], "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.10-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Prefixed scoped version of rector/rector package", + "description": "Prefixed and PHP 7.1 downgraded version of rector/rector", "support": { - "source": "https://github.com/rectorphp/rector-prefixed/tree/0.9.31" + "source": "https://github.com/rectorphp/rector-prefixed/tree/0.10.17" }, - "time": "2021-02-22T12:37:56+00:00" + "time": "2021-05-02T23:15:10+00:00" }, { "name": "sebastian/cli-parser",