From 7a35e8669ecaee47dc794a9163111337949c8feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:28:13 +0000 Subject: [PATCH] chore: update rector/rector requirement from 2.2.11 to 2.2.14 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.2.11...2.2.14) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.14 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 514a26a..f89d2ea 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "2.1.33", "phpstan/phpstan-strict-rules": "2.0.7", "phpunit/phpunit": "11.5.44", - "rector/rector": "2.2.11", + "rector/rector": "2.2.14", "symfony/var-dumper": "7.4.0 || 8.0.0", "symfony/yaml": "7.4.0 || 8.0.0", "symplify/easy-coding-standard": "13.0.0",