From 9605d0ded3a8c597a17c8c7ab4c39a4c143ac09c Mon Sep 17 00:00:00 2001 From: Chris Green Date: Mon, 20 May 2024 11:52:46 -0700 Subject: [PATCH] Adding Drupal Rector --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2672567..4355f52 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,8 @@ "mglaman/phpstan-drupal": "^1.1.30", "pheromone/phpcs-security-audit": "dev-main", "phpcompatibility/php-compatibility": "9.3.5", - "phpstan/phpstan-deprecation-rules": "^1.1.3" + "phpstan/phpstan-deprecation-rules": "^1.1.3", + "palantirnet/drupal-rector": "^0.18.6" }, "extra": { "branch-alias": {