mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"name": "mailgun/mailgun-php",
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
|
"require": {
|
|
"php": "^5.5|^7.0",
|
|
"php-http/httplug": "^1.0",
|
|
"php-http/multipart-stream-builder": "^0.1",
|
|
"php-http/message": "^1.0",
|
|
"php-http/discovery": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.6",
|
|
"php-http/guzzle6-adapter": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mailgun\\Tests": "tests/",
|
|
"Mailgun": "src/"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Travis Swientek",
|
|
"email": "travis@mailgunhq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|