From 080c64b7b40ea37203235852c6f9cdda8a2dc03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:14:39 +0000 Subject: [PATCH] Bump rector/rector from 0.15.19 to 0.18.13 in /tools Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.15.19 to 0.18.13. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.15.19...0.18.13) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/composer.json | 2 +- tools/composer.lock | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/tools/composer.json b/tools/composer.json index 8e8e86096..e41b98af4 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -7,7 +7,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.1", "phpunit/phpunit": "^9.4", - "rector/rector": "0.15.19", + "rector/rector": "0.18.13", "vimeo/psalm": "^4.26", "phpstan/phpstan": "^1.7" } diff --git a/tools/composer.lock b/tools/composer.lock index b49d01029..a0fb4afb1 100644 --- a/tools/composer.lock +++ b/tools/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": "158b463213e69735189fc7e91d401acc", + "content-hash": "894f008f85ad74a099cc4e1890dbbdeb", "packages": [], "packages-dev": [ { @@ -1466,16 +1466,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.49", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9367ba4c4f6ad53e9efb594d74a8941563caccf6" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9367ba4c4f6ad53e9efb594d74a8941563caccf6", - "reference": "9367ba4c4f6ad53e9efb594d74a8941563caccf6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -1524,7 +1524,7 @@ "type": "tidelift" } ], - "time": "2023-12-12T10:05:12+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2147,21 +2147,21 @@ }, { "name": "rector/rector", - "version": "0.15.19", + "version": "0.18.13", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "4b3a85382e890963a6d00e0ace8d09465f96e370" + "reference": "f8011a76d36aa4f839f60f3b4f97707d97176618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/4b3a85382e890963a6d00e0ace8d09465f96e370", - "reference": "4b3a85382e890963a6d00e0ace8d09465f96e370", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f8011a76d36aa4f839f60f3b4f97707d97176618", + "reference": "f8011a76d36aa4f839f60f3b4f97707d97176618", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.1" + "phpstan/phpstan": "^1.10.35" }, "conflict": { "rector/rector-doctrine": "*", @@ -2173,11 +2173,6 @@ "bin/rector" ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "0.15-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -2188,9 +2183,15 @@ "MIT" ], "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "keywords": [ + "automation", + "dev", + "migration", + "refactoring" + ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.19" + "source": "https://github.com/rectorphp/rector/tree/0.18.13" }, "funding": [ { @@ -2198,7 +2199,7 @@ "type": "github" } ], - "time": "2023-02-28T10:47:53+00:00" + "time": "2023-12-20T16:08:01+00:00" }, { "name": "sebastian/cli-parser",