Restore composer merge plugin so all the JavaScript libraries Webform needs don't get blown away

See https://www.drupal.org/project/webform/issues/3041701#comment-14192535
This commit is contained in:
benjamin melançon 2021-08-17 06:25:13 -04:00
parent 969109103d
commit 37cd6da559

View file

@ -97,7 +97,8 @@
"drush/drush": "^10.3", "drush/drush": "^10.3",
"drutopia/drutopia": "dev-8.x-1.x", "drutopia/drutopia": "dev-8.x-1.x",
"vlucas/phpdotenv": "^5.1", "vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2" "webflo/drupal-finder": "^1.2",
"wikimedia/composer-merge-plugin": "^2.0"
}, },
"require-dev": { "require-dev": {
"behat/behat": "^3.4", "behat/behat": "^3.4",