From 0906719940435ebf8e1740d8a41f4a7a73787328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:05:10 +0000 Subject: [PATCH] build(deps): update rector/rector requirement in /tools 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.1.0...2.2.2) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/composer.json b/tools/composer.json index c72d2fa..840e3df 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -5,7 +5,7 @@ "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0", "staabm/annotate-pull-request-from-checkstyle": "^1.8", - "rector/rector": "^2.1" + "rector/rector": "^2.2" }, "config": { "optimize-autoloader": true,