From ad05b0079725f0f1790d4f750be9aac48e442658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 05:36:38 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement from 2.6.3 to 2.6.6 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.6.3...2.6.6) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.6.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8df6f51..542ed10 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0", "phpstan/phpstan": "2.2.12", "phpstan/phpstan-phpunit": "2.0.18", - "rector/rector": "2.6.3" + "rector/rector": "2.6.6" }, "suggest": { "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."