From b631949f5d2592e8141a9826c2daec6857ee5ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:32:16 +0000 Subject: [PATCH] composer(deps-dev): Bump rector/rector from 0.18.4 to 0.18.5 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.18.4 to 0.18.5. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.4...0.18.5) --- 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 504ca533..15d92c5d 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "phpunit/phpunit": "^10.3.5", "psalm/plugin-phpunit": "~0.18.4", "psalm/plugin-symfony": "^5.0.3", - "rector/rector": "~0.18.4", + "rector/rector": "~0.18.5", "symplify/config-transformer": "^12.1.1", "vimeo/psalm": "^5.15.0" }, diff --git a/composer.lock b/composer.lock index f5500b38..dbf3ace6 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": "501106d368eb0f50c1c8426045e48e95", + "content-hash": "199a59b350ed80cf03e682ee9976e71e", "packages": [ { "name": "brick/math", @@ -7561,21 +7561,21 @@ }, { "name": "rector/rector", - "version": "0.18.4", + "version": "0.18.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370" + "reference": "2a3b82f317e431fc142d21f3303891a4e64c96eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d99a91176b7eb7f2b6d509a6486b3661c6dfd370", - "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/2a3b82f317e431fc142d21f3303891a4e64c96eb", + "reference": "2a3b82f317e431fc142d21f3303891a4e64c96eb", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.31" + "phpstan/phpstan": "^1.10.35" }, "conflict": { "rector/rector-doctrine": "*", @@ -7605,7 +7605,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.4" + "source": "https://github.com/rectorphp/rector/tree/0.18.5" }, "funding": [ { @@ -7613,7 +7613,7 @@ "type": "github" } ], - "time": "2023-09-25T17:07:54+00:00" + "time": "2023-10-05T11:25:40+00:00" }, { "name": "sanmai/later",