From 23b60e55214110e61d6e4c365d4e82925eb10db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:13:40 +0000 Subject: [PATCH] chore: bump rector/rector from 2.2.0 to 2.2.1 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index d404315..6b10521 100644 --- a/composer.lock +++ b/composer.lock @@ -1502,16 +1502,16 @@ }, { "name": "rector/rector", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae" + "reference": "e1aaf3061e9ae9342ed0824865e3a3360defddeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c5a641c39f2def0c93d36df118fb2e75cfc2aae", - "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/e1aaf3061e9ae9342ed0824865e3a3360defddeb", + "reference": "e1aaf3061e9ae9342ed0824865e3a3360defddeb", "shasum": "" }, "require": { @@ -1550,7 +1550,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.0" + "source": "https://github.com/rectorphp/rector/tree/2.2.1" }, "funding": [ { @@ -1558,7 +1558,7 @@ "type": "github" } ], - "time": "2025-10-06T12:18:16+00:00" + "time": "2025-10-06T21:25:14+00:00" }, { "name": "sebastian/cli-parser",