From 7cf01f08656a617b32681caae18417c901dc8579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:53:25 +0000 Subject: [PATCH] composer(deps-dev): update rector/rector requirement from ^2.4 to ^2.5 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.4.0...2.5.2) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.5.2 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 f419c73..034de5f 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "phpstan/phpstan-strict-rules": "^2.0.", "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^12.5", - "rector/rector": "^2.4", + "rector/rector": "^2.5", "roave/security-advisories": "dev-latest", "spatie/phpunit-snapshot-assertions": "^5.4", "symplify/easy-coding-standard": "^13.2"