From 496ffd6f5850bea8e15877c34a4862b1ff3166b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 01:02:52 +0000 Subject: [PATCH] Update rector/rector requirement from ^2.1 to ^2.3 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.3.0) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.3.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 edfc707..bfa4260 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^1.1", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5", - "rector/rector": "^2.1", + "rector/rector": "^2.3", "roots/wordpress": "^6.8", "syntatis/coding-standard": "^2.0", "wp-phpunit/wp-phpunit": "^6.8",