From aac0f56f0b2fed2c1315bf10e6f4e344979d6017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:50:17 +0300 Subject: [PATCH] Update rector/rector requirement from ^1.1.1 to ^2.0.0 (#331) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0fc6f856..c9ca8ea4 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "ext-json": "*", "maglnet/composer-require-checker": "^4.2", "phpunit/phpunit": "^10.0", - "rector/rector": "^1.1.1", + "rector/rector": "^2.0.0", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^5.25",