updated mailgun, mailsystem, honeypot, googleanalitycs, features, content_taxonomy

This commit is contained in:
2019-05-13 17:55:28 +02:00
parent 2ffad14939
commit e08a2639c6
54 changed files with 1911 additions and 423 deletions
@@ -0,0 +1,12 @@
{
"name": "drupal/mailgun",
"description": "Provides integration with the Mailgun PHP library.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/mailgun",
"license": "GPL-2.0+",
"require": {
"guzzlehttp/psr7": "~1.3",
"php-http/guzzle6-adapter": "^1.0",
"mailgun/mailgun-php": "~2.0"
}
}