From 35037bc17ea4decc851c40d83da4e2e22dc8f6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 04:52:17 +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.0.0...2.1.0) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.1.0 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 b6b2ab3..ac0f397 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.0" + "rector/rector": "^2.1" }, "config": { "allow-plugins": {