From b431d07447bfc7c6d0909bc96fb23f99e8fbf7d6 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Sun, 12 Jul 2020 00:47:14 +0000 Subject: [PATCH] Add the patch to make wyswyg_linebreaks D9 compatible --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 75f8d40..ac48347 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "drupal/viewsreference": "^1.2", "drupal/webform": "^5.0@RC", "drupal/webform_mailchimp": "^5.4", - "drupal/wysiwyg_linebreaks": "^1.9", + "drupal/wysiwyg_linebreaks": "1.x-dev", "drush/drush": "^10.0", "drutopia/drutopia": "^1.0-beta1", "wikimedia/composer-merge-plugin": "^1.4", @@ -110,8 +110,8 @@ "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" }, "drupal/wysiwyg_linebreaks": { - "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 9 readiness and code standars": "https://www.drupal.org/files/issues/2020-04-21/drupal_9_readiness_and_code_standarts_3129608-7.patch" + "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" } } },