Skip to content

Commit

Permalink
Require webform libraries with composer-merge-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnlewis committed Apr 20, 2024
1 parent 830c9c2 commit d0ac56c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"wikimedia/composer-merge-plugin": true
}
},
"extra": {
Expand Down Expand Up @@ -111,6 +112,11 @@
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"merge-plugin": {
"include": [
"web/modules/contrib/webform/composer.libraries.json"
]
}
}
}

0 comments on commit d0ac56c

Please sign in to comment.