From 5f66c011f4f8db5f1e319aea09253306400c170c Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 17 Jun 2024 00:03:26 +0300 Subject: [PATCH] Use older rector --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b93490d3..1a2fa4d4 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "maglnet/composer-require-checker": "^4.2", "phpbench/phpbench": "^1.2.0", "phpunit/phpunit": "^9.5", - "rector/rector": "^1.0.0", + "rector/rector": "1.0.*", "roave/infection-static-analysis-plugin": "^1.25", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.7",