From 12bb9778ec5d2f5c5cb6f8cd3601bbdb814a2fad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 11:31:53 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v0.14.3 --- composer.json | 2 +- composer.lock | 42 ++++++++++++++++++++---------------------- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index 8676206..7655008 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "dama/doctrine-test-bundle": "^7.0", "friendsofphp/php-cs-fixer": "3.8.0", "phpunit/phpunit": "9.5.21", - "rector/rector": "0.13.0", + "rector/rector": "0.14.3", "symfony/browser-kit": "6.0.3", "symfony/css-selector": "6.0.3", "symfony/dotenv": "6.0.5", diff --git a/composer.lock b/composer.lock index d855723..0eb08d1 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": "05c00f1867c4f9d97739a8f934d88af2", + "content-hash": "0a367a403b2dabf7d5e310f7ec2e6243", "packages": [ { "name": "doctrine/annotations", @@ -6963,16 +6963,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.6.9", + "version": "1.8.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8c98899c7c54251a098befd23b50a983594a20f9" + "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8c98899c7c54251a098befd23b50a983594a20f9", - "reference": "8c98899c7c54251a098befd23b50a983594a20f9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618", + "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618", "shasum": "" }, "require": { @@ -6996,9 +6996,13 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.6.9" + "source": "https://github.com/phpstan/phpstan/tree/1.8.6" }, "funding": [ { @@ -7009,16 +7013,12 @@ "url": "https://github.com/phpstan", "type": "github" }, - { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], - "time": "2022-05-21T11:34:44+00:00" + "time": "2022-09-23T09:54:39+00:00" }, { "name": "phpunit/php-code-coverage", @@ -7442,31 +7442,29 @@ }, { "name": "rector/rector", - "version": "0.13.0", + "version": "0.14.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "bb3b32dd590cbd0deb67c2ce8ae32801357ff059" + "reference": "c4ec650b298158fd7ccdf4613777792f0d1d13d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/bb3b32dd590cbd0deb67c2ce8ae32801357ff059", - "reference": "bb3b32dd590cbd0deb67c2ce8ae32801357ff059", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c4ec650b298158fd7ccdf4613777792f0d1d13d7", + "reference": "c4ec650b298158fd7ccdf4613777792f0d1d13d7", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.6.8" + "phpstan/phpstan": "^1.8.3" }, "conflict": { - "phpstan/phpdoc-parser": "<1.2", "rector/rector-cakephp": "*", "rector/rector-doctrine": "*", "rector/rector-laravel": "*", - "rector/rector-nette": "*", + "rector/rector-php-parser": "*", "rector/rector-phpoffice": "*", "rector/rector-phpunit": "*", - "rector/rector-prefixed": "*", "rector/rector-symfony": "*" }, "bin": [ @@ -7475,7 +7473,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.12-dev" + "dev-main": "0.14-dev" } }, "autoload": { @@ -7490,7 +7488,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.13.0" + "source": "https://github.com/rectorphp/rector/tree/0.14.3" }, "funding": [ { @@ -7498,7 +7496,7 @@ "type": "github" } ], - "time": "2022-05-23T10:26:32+00:00" + "time": "2022-09-23T09:46:53+00:00" }, { "name": "sebastian/cli-parser",