13 lines
335 B
JSON

{
"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"
}
}