From 76006e401ca082c94b98b1b4ee8172e496ba5a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:01:20 +0000 Subject: [PATCH] chore(deps-dev): update rector/rector requirement from 2.1.6 to 2.1.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.1.6...2.1.7) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.1.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 42579e3fe00f..03ec27b35492 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpcov": "^9.0.2 || ^10.0", "phpunit/phpunit": "^10.5.16 || ^11.2", "predis/predis": "^3.0", - "rector/rector": "2.1.6", + "rector/rector": "2.1.7", "shipmonk/phpstan-baseline-per-identifier": "^2.0" }, "replace": {