From cae839ebab5f86a314e6107c7e7ec3dc7bb2e6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:33:43 +0000 Subject: [PATCH] deps(composer): 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 fb09c40..147d853 100644 --- a/composer.lock +++ b/composer.lock @@ -1997,16 +1997,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": { @@ -2045,7 +2045,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": [ { @@ -2053,7 +2053,7 @@ "type": "github" } ], - "time": "2026-06-21T10:28:27+00:00" + "time": "2026-06-22T11:39:33+00:00" }, { "name": "sebastian/cli-parser",