diff --git a/composer.json b/composer.json index 03205de0..1fb4f3ec 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.19", "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..f5b17af0 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": "a1477b4bd29c8d603de8fcab80c61057", "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.19", "source": { "type": "git", "url": "https://github.com/rectorphp/rector-prefixed.git", - "reference": "cff116f7c19bf898c2d76751c8f01debb3c9c13f" + "reference": "b508a4f774437f75d1b37d7460897e628857f0aa" }, "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/b508a4f774437f75d1b37d7460897e628857f0aa", + "reference": "b508a4f774437f75d1b37d7460897e628857f0aa", "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.19" }, - "time": "2021-02-22T12:37:56+00:00" + "time": "2021-05-04T18:53:51+00:00" }, { "name": "sebastian/cli-parser",