From 179554c9c76322ddbe3e4b5dc75951d457fbb4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:47:03 +0000 Subject: [PATCH] Update rector/rector requirement in the composer-dev-dependencies group Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `rector/rector` to 2.5.9 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.5.8...2.5.9) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.5.9 dependency-type: direct:development dependency-group: composer-dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a14e532..4b64621 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "codeception/module-cli": "^2.0.1", "codeception/module-phpbrowser": "^3.0.2", "friendsofphp/php-cs-fixer": "^3.95", - "rector/rector": "^2.5.8", + "rector/rector": "^2.5.9", "vimeo/psalm": "^5.26.1 || ^6.14.2", "yiisoft/code-style": "^1.1" },