diff --git a/composer.json b/composer.json index 3d12748..50f47ae 100644 --- a/composer.json +++ b/composer.json @@ -106,20 +106,17 @@ ] }, "enable-patching": true, - "patches": { - "drupal/search404": { - "Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch" - }, - "drupal/coffee": { - "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/honeypot": { - "Accessibility Issue Triggered": "https://www.drupal.org/files/issues/2018-08-05/honeypot-aria-hidden-on-text-field-2944843-12.patch" + "patches": { + "drupal/search404": { + "Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch" + }, + "drupal/coffee": { + "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" + } } - } }, "config": { "sort-packages": true,