From 46fbf0d176741de1c86c2faf97591853cb773e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:44:23 +0000 Subject: [PATCH] Update rector/rector requirement from 2.5.6 to 2.5.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.5.6...2.5.7) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.5.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 6e4d86c..0f2b325 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpstan/phpstan-phpunit": "2.0.18", "phpunit/phpunit": "^10 || ^11 || ^12", "psalm/plugin-phpunit": "0.19.3", - "rector/rector": "2.5.6", + "rector/rector": "2.5.7", "shipmonk/composer-dependency-analyser": "^1.8", "symfony/phpunit-bridge": "^6.4 || ^7.0 || ^8.0", "symfony/process": "^6.4 || ^7.0 || ^8.0",