From 683e56e97088738e016978183cebe48565d172e6 Mon Sep 17 00:00:00 2001 From: VBaldych Date: Fri, 22 Sep 2023 18:08:58 +0300 Subject: [PATCH] Add Drupal Rector for automated changes in code --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index fe6f769..4ee5c34 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "drush/drush": "10.6.2 || 11.*@stable", "mglaman/phpstan-drupal": "1.1.30", "mikey179/vfsstream": "^1.6.11", + "palantirnet/drupal-rector": "^0.15.1", "phpstan/extension-installer": "1.3.1", "phpstan/phpstan": "~1.9.2", "phpstan/phpstan-deprecation-rules": "^1.0",