From 9c032688704c7d3a4d2e226bb669932a8b708e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 21:42:01 +0000 Subject: [PATCH] Update palantirnet/drupal-rector requirement from ^0.20 to ^0.21 Updates the requirements on [palantirnet/drupal-rector](https://github.com/palantirnet/drupal-rector) to permit the latest version. - [Release notes](https://github.com/palantirnet/drupal-rector/releases) - [Commits](https://github.com/palantirnet/drupal-rector/compare/0.20.0...0.21.0) --- updated-dependencies: - dependency-name: palantirnet/drupal-rector dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 973a2b7..322429d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "drupal/coder": "^8.3", "drupal/drupal-extension": "^5.0", "mglaman/drupal-check": "^1.4", - "palantirnet/drupal-rector": "^0.20", + "palantirnet/drupal-rector": "^0.21", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phploc/phploc": "^7.0",