From 669127e2c44bb686cde70666141a34577180f482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 04:04:35 +0000 Subject: [PATCH] chore(deps-dev): bump rector/rector from 0.17.13 to 0.18.0 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.17.13 to 0.18.0. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.17.13...0.18.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 101cd7f5fc..e89893cd81 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpdocumentor/reflection-docblock": "5.*", "phpstan/phpstan": "^1.0.0", "phpunit/phpunit": "10.*", - "rector/rector": "^0.17.0", + "rector/rector": "^0.18.0", "squizlabs/php_codesniffer": "*", "symfony/yaml": "6.*" }, diff --git a/composer.lock b/composer.lock index 6bec86ffcc..b2d527d607 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": "0f3567bf20f06c9543e6d63b5f3fdecc", + "content-hash": "becf7e4bf0641dbdd63f2f691be07345", "packages": [ { "name": "abraham/twitteroauth", @@ -5228,16 +5228,16 @@ }, { "name": "rector/rector", - "version": "0.17.13", + "version": "0.18.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132" + "reference": "758ada29b5c80d933f906735d3026520390a2a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/e2003ba7c5bda06d7bb419cf4be8dae5f8672132", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/758ada29b5c80d933f906735d3026520390a2a1d", + "reference": "758ada29b5c80d933f906735d3026520390a2a1d", "shasum": "" }, "require": { @@ -5272,7 +5272,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.0" }, "funding": [ { @@ -5280,7 +5280,7 @@ "type": "github" } ], - "time": "2023-08-14T16:33:29+00:00" + "time": "2023-08-17T12:53:22+00:00" }, { "name": "sebastian/cli-parser",