From 708b374d06f12463e66ba822e83a22e23153ae1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:02:12 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement from ^1.2 to ^2.2 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/1.2.0...2.2.0) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.0 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 426e2a1..fe976f5 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "jetbrains/phpstorm-attributes": "^1.2", "php-stubs/wordpress-stubs": "^6.7", "phpstan/extension-installer": "^1.4", - "rector/rector": "^1.2", + "rector/rector": "^2.2", "roave/security-advisories": "@dev", "roots/wordpress": "^6.7", "szepeviktor/phpstan-wordpress": "^1.3"