From 9fb499ccd3675dd007ecff785c88c2fa1ca147fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:17:35 +0000 Subject: [PATCH] composer(deps-dev): Bump rector/rector from 0.18.6 to 0.18.7 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.18.6 to 0.18.7. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.6...0.18.7) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... 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 1e8ec245..debef606 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-strict-rules": "^1.5.2", "phpunit/phpunit": "^10.4.2", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.18.6", + "rector/rector": "~0.18.7", "vimeo/psalm": "^5.15.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 4f7f4b56..e0c1096d 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": "44d46633febdcbc89fe2ab5a6f91cbda", + "content-hash": "6f8e40165dae225a1567c96eb167018d", "packages": [], "packages-dev": [ { @@ -3713,16 +3713,16 @@ }, { "name": "rector/rector", - "version": "0.18.6", + "version": "0.18.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "02041b220704b9cbe075f0310d0954b2fda5c40c" + "reference": "caba0e294a1228f64f8a9cfd0d715cc8af47c4da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/02041b220704b9cbe075f0310d0954b2fda5c40c", - "reference": "02041b220704b9cbe075f0310d0954b2fda5c40c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/caba0e294a1228f64f8a9cfd0d715cc8af47c4da", + "reference": "caba0e294a1228f64f8a9cfd0d715cc8af47c4da", "shasum": "" }, "require": { @@ -3757,7 +3757,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.6" + "source": "https://github.com/rectorphp/rector/tree/0.18.7" }, "funding": [ { @@ -3765,7 +3765,7 @@ "type": "github" } ], - "time": "2023-10-24T15:00:59+00:00" + "time": "2023-11-13T10:11:05+00:00" }, { "name": "sanmai/later",