From 899e7fb26c5bd4abd657d0804ecf3af8d998012b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:02:39 +0000 Subject: [PATCH] build(deps-dev): bump rector/rector from 2.5.1 to 2.5.2 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.5.1...2.5.2) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.5.2 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 7cb71f7352..567cac676f 100644 --- a/composer.lock +++ b/composer.lock @@ -9387,16 +9387,16 @@ }, { "name": "rector/rector", - "version": "2.5.1", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64" + "reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", - "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/49ff6339174bdbdf50b0b35ecbcff14a05ac9e24", + "reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24", "shasum": "" }, "require": { @@ -9435,7 +9435,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.1" + "source": "https://github.com/rectorphp/rector/tree/2.5.2" }, "funding": [ { @@ -9443,7 +9443,7 @@ "type": "github" } ], - "time": "2026-06-21T10:28:27+00:00" + "time": "2026-06-22T11:39:33+00:00" }, { "name": "sebastian/cli-parser",