From 6833d43a9c12feb913171119dbd229ca282f25b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 19:30:18 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v0.14.5 --- composer.json | 2 +- composer.lock | 42 ++++++++++++++++++++---------------------- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index 8676206..898d26a 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.5", "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 512cfd8..ec6f242 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": "b47573a2277b853b8584fa3ada21f3cb", "packages": [ { "name": "doctrine/annotations", @@ -6963,16 +6963,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.6.9", + "version": "1.8.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8c98899c7c54251a098befd23b50a983594a20f9" + "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8c98899c7c54251a098befd23b50a983594a20f9", - "reference": "8c98899c7c54251a098befd23b50a983594a20f9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07", + "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07", "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.8" }, "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-10-06T12:51:57+00:00" }, { "name": "phpunit/php-code-coverage", @@ -7442,31 +7442,29 @@ }, { "name": "rector/rector", - "version": "0.13.0", + "version": "0.14.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "bb3b32dd590cbd0deb67c2ce8ae32801357ff059" + "reference": "f7fd87b2435835f481e6a94ee28e09af412bd3cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/bb3b32dd590cbd0deb67c2ce8ae32801357ff059", - "reference": "bb3b32dd590cbd0deb67c2ce8ae32801357ff059", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f7fd87b2435835f481e6a94ee28e09af412bd3cc", + "reference": "f7fd87b2435835f481e6a94ee28e09af412bd3cc", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.6.8" + "phpstan/phpstan": "^1.8.6" }, "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.5" }, "funding": [ { @@ -7498,7 +7496,7 @@ "type": "github" } ], - "time": "2022-05-23T10:26:32+00:00" + "time": "2022-09-29T11:05:42+00:00" }, { "name": "sebastian/cli-parser",