mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 20:46:03 +03:00
28 lines
663 B
JSON
28 lines
663 B
JSON
{
|
|
"name": "mailgun/mailgun-php",
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
|
"require": {
|
|
"guzzlehttp/psr7": "~1.2",
|
|
"happyr/http-auto-discovery": "0.1.*"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.4.0",
|
|
"phpunit/phpunit": "~4.6",
|
|
"php-http/guzzle6-adapter": "^0.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mailgun\\Tests": "tests/",
|
|
"Mailgun": "src/"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Travis Swientek",
|
|
"email": "travis@mailgunhq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|