From 3c14fd5407761135e3aeb496c293703617fdb0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:33:44 +0000 Subject: [PATCH] composer: bump rector/rector from 2.6.0 to 2.6.1 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.6.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 50bbcf1..923b9ae 100644 --- a/composer.lock +++ b/composer.lock @@ -3979,16 +3979,16 @@ }, { "name": "rector/rector", - "version": "2.6.0", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "24ef17c06737a6272806c5cca32b860449efe1ba" + "reference": "b8e68f058bca43e01a2e1caa51ef022d6551ed95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/24ef17c06737a6272806c5cca32b860449efe1ba", - "reference": "24ef17c06737a6272806c5cca32b860449efe1ba", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/b8e68f058bca43e01a2e1caa51ef022d6551ed95", + "reference": "b8e68f058bca43e01a2e1caa51ef022d6551ed95", "shasum": "" }, "require": { @@ -4027,7 +4027,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.6.0" + "source": "https://github.com/rectorphp/rector/tree/2.6.1" }, "funding": [ { @@ -4035,7 +4035,7 @@ "type": "github" } ], - "time": "2026-08-03T09:01:59+00:00" + "time": "2026-08-03T17:30:34+00:00" }, { "name": "sebastian/cli-parser",