From 9067e5ffa5c364bd233462e8239fc344fa208533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 01:02:28 +0000 Subject: [PATCH] Update rector/rector requirement from ^2.1 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/2.1.0...2.2.3) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.3 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..b5b80c2 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.2", "roots/wordpress": "^6.8", "syntatis/coding-standard": "^2.0", "wp-phpunit/wp-phpunit": "^6.8",