From 803ef0c3d22e633f90583d1a2af3914171fa752b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 21:44:17 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.1 to ^2.0.8 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/0.15.1...2.0.8) --- updated-dependencies: - dependency-name: rector/rector 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 82913b9..7922422 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "psr/container": "^2.0", "psr/http-factory": "^1.0", "psr/log": "^2.0|^3.0", - "rector/rector": "^0.15.1", + "rector/rector": "^2.0.8", "roave/infection-static-analysis-plugin": "^1.21", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^5.26.1",