From aea6632604ce4d042e8d0a3bd82c260a895b213f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:09:08 +0000 Subject: [PATCH] chore(deps): bump rector/rector from 2.4.5 to 2.5.1 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.4.5 to 2.5.1. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.4.5...2.5.1) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index a5141e3..36bd6fa 100644 --- a/composer.lock +++ b/composer.lock @@ -5495,21 +5495,21 @@ }, { "name": "rector/rector", - "version": "2.4.5", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c" + "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c", - "reference": "cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", + "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.56" + "phpstan/phpstan": "^2.2.2" }, "conflict": { "rector/rector-doctrine": "*", @@ -5543,7 +5543,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.4.5" + "source": "https://github.com/rectorphp/rector/tree/2.5.1" }, "funding": [ { @@ -5551,7 +5551,7 @@ "type": "github" } ], - "time": "2026-05-26T21:03:22+00:00" + "time": "2026-06-21T10:28:27+00:00" }, { "name": "sebastian/cli-parser",