Skip to content

Commit

Permalink
Merge pull request #700 from UN-OCHA/OPS-9523-add-mail-modules
Browse files Browse the repository at this point in the history
chore: add mail modules
  • Loading branch information
lazysoundsystem authored Jan 23, 2024
2 parents deef297 + 05a5803 commit 4c35244
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 4 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cweagans/composer-patches": "^1.7",
"drupal/address": "^1.9",
"drupal/admin_denied": "^2.0",
"drupal/amazon_ses": "^3.0",
"drupal/components": "^3.0@beta",
"drupal/config_filter": "^2.4",
"drupal/config_split": "^2.0.0-rc4",
Expand All @@ -59,6 +60,7 @@
"drupal/layout_paragraphs": "^2",
"drupal/link_allowed_hosts": "^1.0@beta",
"drupal/linkchecker": "^2.0@alpha",
"drupal/mailsystem": "^4.4",
"drupal/maintenance200": "^2",
"drupal/masquerade": "^2.0@beta",
"drupal/memcache": "^2.3",
Expand Down Expand Up @@ -144,7 +146,8 @@
"oomphinc/composer-installers-extender": true,
"orakili/composer-drupal-info-file-patch-helper": true,
"phpstan/extension-installer": true,
"mglaman/composer-drupal-lenient": true
"mglaman/composer-drupal-lenient": true,
"php-http/discovery": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit 4c35244

Please sign in to comment.