2013-07-18 22:01:36 +04:00
|
|
|
{
|
2013-07-24 04:34:50 +04:00
|
|
|
"name": "mailgun/mailgun-sdk-php",
|
|
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
2013-07-18 22:01:36 +04:00
|
|
|
"require": {
|
2013-07-24 04:34:50 +04:00
|
|
|
"guzzle/guzzle": "3.7.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-07-23 09:11:01 +04:00
|
|
|
"phpunit/phpunit": "3.7.*"
|
2013-07-18 22:01:36 +04:00
|
|
|
},
|
2013-07-23 07:55:41 +04:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Mailgun\\Tests": "tests/",
|
|
|
|
"Mailgun": "src/"
|
|
|
|
}
|
2013-07-24 04:34:50 +04:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Travis Swientek",
|
|
|
|
"email": "travis@mailgunhq.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "stable"
|
2013-07-18 22:01:36 +04:00
|
|
|
}
|