From 03dfc67ff1526e8951160bcca226d8234edc44fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:43:47 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement from 2.3.6 to 2.3.7 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.3.6...2.3.7) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.3.7 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 88e67f6..78a66a9 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-strict-rules": "^2.0.4", "phpunit/phpcov": "^9", "phpunit/phpunit": "^10.4", - "rector/rector": "2.3.6" + "rector/rector": "2.3.7" }, "minimum-stability": "dev", "prefer-stable": true,