Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Added missing chosen_lib dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit authored and pandaskii committed Oct 21, 2020
1 parent 15abac4 commit 4afd8b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"drupal/adminimal_theme": "1.4",
"drupal/bigmenu": "2.0.0-rc1",
"drupal/chosen": "2.9.0",
"drupal/chosen_lib": "2.9.0",
"drupal/components": "1.0.0",
"drupal/config_filter": "1.5",
"drupal/config_ignore": "2.1",
Expand Down Expand Up @@ -141,7 +142,7 @@
"enable-patching": true,
"patches": {
"drupal/admin_toolbar": {
"Vertical tab display bug after page reload - https://www.drupal.org/project/admin_toolbar/issues/3154104": "https://www.drupal.org/files/issues/2020-06-23/admin_toolbar-vertical-display-fix-3154104-2-D8.patch"
"Vertical tab display bug after page reload - https://www.drupal.org/project/admin_toolbar/issues/3154104": "https://www.drupal.org/files/issues/2020-06-23/admin_toolbar-vertical-display-fix-3154104-2-D8.patch"
},
"drupal/config_ignore": {
"Offset error within IgnoreFilter::activeReadMultiple() - https://www.drupal.org/project/config_ignore/issues/2972302": "https://www.drupal.org/files/issues/2018-07-31/offset-error-within-2972302-13.patch"
Expand Down

0 comments on commit 4afd8b5

Please sign in to comment.