From c4abad8857a980721cc7a75331f98869b336eb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 04:02:03 +0000 Subject: [PATCH] build(deps-dev): bump rector/rector from 2.2.10 to 2.2.11 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.2.10 to 2.2.11. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.2.10...2.2.11) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.11 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 ec00863796..22d458f26b 100644 --- a/composer.lock +++ b/composer.lock @@ -7205,16 +7205,16 @@ }, { "name": "rector/rector", - "version": "2.2.10", + "version": "2.2.11", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "2abbf73dc953fdc5a556c0c3d5c47aa4da47d34c" + "reference": "7bd21a40b0332b93d4bfee284093d7400696902d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/2abbf73dc953fdc5a556c0c3d5c47aa4da47d34c", - "reference": "2abbf73dc953fdc5a556c0c3d5c47aa4da47d34c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/7bd21a40b0332b93d4bfee284093d7400696902d", + "reference": "7bd21a40b0332b93d4bfee284093d7400696902d", "shasum": "" }, "require": { @@ -7253,7 +7253,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.10" + "source": "https://github.com/rectorphp/rector/tree/2.2.11" }, "funding": [ { @@ -7261,7 +7261,7 @@ "type": "github" } ], - "time": "2025-12-01T10:59:13+00:00" + "time": "2025-12-02T11:23:46+00:00" }, { "name": "sebastian/cli-parser",