diff --git a/composer.json b/composer.json index 762ef58..890d1a8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "drupal/redirect": "^1.2", "drupal/block_theme_sync": "^1.0@alpha", "drupal/search404": "^1.0", - "drupal/coffee": "^1.0@beta", + "drupal/coffee": "1.x-dev", "drupal/twigsuggest": "1.x-dev", "drupal/ckeditor_markdown": "^1.1", "drupal/minimalhtml": "^1.0", @@ -74,6 +74,9 @@ "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-12.coffee-hotkeys-plus-g.patch" } } }