mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-24 21:46:02 +03:00
31 lines
806 B
JSON
31 lines
806 B
JSON
{
|
|
"name": "mailgun/mailgun-php",
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"guzzlehttp/psr7": "~1.2",
|
|
"php-http/client-implementation": "@dev",
|
|
"php-http/discovery": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.6",
|
|
"php-http/guzzle6-adapter": "dev-master",
|
|
"php-http/httplug": "dev-master",
|
|
"php-http/message-factory": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mailgun\\Tests": "tests/",
|
|
"Mailgun": "src/"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Travis Swientek",
|
|
"email": "travis@mailgunhq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|