From 5c731f95c7657fed53fee4a61f486541a8b95a1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:07:51 +0000 Subject: [PATCH] chore(deps): Update dependency rector/rector to v2.6.5 --- composer.lock | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 25e3f84..879c3b2 100644 --- a/composer.lock +++ b/composer.lock @@ -4883,21 +4883,21 @@ }, { "name": "rector/rector", - "version": "2.6.4", + "version": "2.6.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "6ff008471683591224951526247b7a2b86980ba9" + "reference": "f8686605798c755456327a3597201c3b5be76294" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6ff008471683591224951526247b7a2b86980ba9", - "reference": "6ff008471683591224951526247b7a2b86980ba9", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f8686605798c755456327a3597201c3b5be76294", + "reference": "f8686605798c755456327a3597201c3b5be76294", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.2.6" + "phpstan/phpstan": "^2.2.10" }, "conflict": { "rector/rector-doctrine": "*", @@ -4905,9 +4905,6 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, "bin": [ "bin/rector" ], @@ -4931,7 +4928,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.6.4" + "source": "https://github.com/rectorphp/rector/tree/2.6.5" }, "funding": [ { @@ -4939,7 +4936,7 @@ "type": "github" } ], - "time": "2026-08-27T09:20:34+00:00" + "time": "2026-08-30T22:02:04+00:00" }, { "name": "revolt/event-loop",