From 400d027245efbcab48de018793fda8fb15c99ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:59:33 +0200 Subject: [PATCH] Bump rector/rector from 0.17.13 to 0.18.4 (#1034) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.17.13 to 0.18.4. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.17.13...0.18.4) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Staněk --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 98b9134db..0cce4e0e2 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "phpstan/phpstan-doctrine": "^1.3", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7", - "rector/rector": "^0.17" + "rector/rector": "^0.18" }, "autoload": { diff --git a/composer.lock b/composer.lock index 78865a5c5..d28e69436 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": "57b3c4ca1344ce10e76415571ea8840e", + "content-hash": "6c6acfbc104ee511b293bcdb5e161822", "packages": [ { "name": "azuyalabs/yasumi", @@ -10535,21 +10535,21 @@ }, { "name": "rector/rector", - "version": "0.17.13", + "version": "0.18.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132" + "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/e2003ba7c5bda06d7bb419cf4be8dae5f8672132", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/d99a91176b7eb7f2b6d509a6486b3661c6dfd370", + "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.26" + "phpstan/phpstan": "^1.10.31" }, "conflict": { "rector/rector-doctrine": "*", @@ -10579,7 +10579,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.13" + "source": "https://github.com/rectorphp/rector/tree/0.18.4" }, "funding": [ { @@ -10587,7 +10587,7 @@ "type": "github" } ], - "time": "2023-08-14T16:33:29+00:00" + "time": "2023-09-25T17:07:54+00:00" }, { "name": "roave/security-advisories",