From cd7ff4df460e4f855ca3c695a3c924109be2de4e Mon Sep 17 00:00:00 2001 From: David Valdez Date: Sun, 12 Jul 2020 01:38:32 +0000 Subject: [PATCH] Add the patch to make textarea_widget_for_text work with D9 --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index ac48347..5ba9f67 100644 --- a/composer.json +++ b/composer.json @@ -112,6 +112,12 @@ "drupal/wysiwyg_linebreaks": { "Drupal 9 readiness and code standars": "https://www.drupal.org/files/issues/2020-04-21/drupal_9_readiness_and_code_standarts_3129608-7.patch", "Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch" + }, + "drupal/textarea_widget_for_text": { + "Automated Drupal Rector fixes":"https://www.drupal.org/files/issues/2020-05-23/textarea_widget_for_text.1.1.rector.patch" + }, + "drupal/similarterms": { + "Compatibility with Drupal 9": "https://www.drupal.org/files/issues/2020-06-20/Compatibility_with_Drupal_9-3120089-5.patch" } } },