Add the composer.librarie.json from the webform module.
This commit is contained in:
parent
f42a6fbdd1
commit
92129f0e0c
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
"drupal/wysiwyg_linebreaks": "^1.9",
|
"drupal/wysiwyg_linebreaks": "^1.9",
|
||||||
"drush/drush": "^9.0",
|
"drush/drush": "^9.0",
|
||||||
"drutopia/drutopia": "^1.0-beta1",
|
"drutopia/drutopia": "^1.0-beta1",
|
||||||
|
"wikimedia/composer-merge-plugin": "^1.4",
|
||||||
"zaporylie/composer-drupal-optimizations": "^1.0"
|
"zaporylie/composer-drupal-optimizations": "^1.0"
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
|
@ -95,6 +96,11 @@
|
||||||
"type:drupal-drush"
|
"type:drupal-drush"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"merge-plugin": {
|
||||||
|
"include": [
|
||||||
|
"web/modules/contrib/webform/composer.libraries.json"
|
||||||
|
]
|
||||||
|
},
|
||||||
"enable-patching": true,
|
"enable-patching": true,
|
||||||
"patches": {
|
"patches": {
|
||||||
"drupal/search404": {
|
"drupal/search404": {
|
||||||
|
|
Loading…
Reference in a new issue