Skip to content

Commit

Permalink
Merge pull request #781 from USEPA/EPAD8-1698-webform-libraries
Browse files Browse the repository at this point in the history
Epad8 1698 webform libraries
  • Loading branch information
azinck committed Sep 26, 2022
2 parents ccb08d8 + 0e1af3f commit 75efbb4
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 75 deletions.
9 changes: 8 additions & 1 deletion services/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"wikimedia/composer-merge-plugin": "^2.0",
"zaporylie/composer-drupal-optimizations": "^1.0"
},
"require-dev": {
Expand All @@ -365,7 +366,8 @@
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"zaporylie/composer-drupal-optimizations": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"wikimedia/composer-merge-plugin": true
}
},
"autoload": {
Expand Down Expand Up @@ -421,6 +423,11 @@
"file-mapping": {
"[web-root]/robots.txt": false
}
},
"merge-plugin": {
"include": [
"web/modules/contrib/webform/composer.libraries.json"
]
}
}
}
Loading

0 comments on commit 75efbb4

Please sign in to comment.