2013-07-18 13:01:36 -05:00
|
|
|
{
|
2013-08-02 12:43:50 -07:00
|
|
|
"name": "mailgun/mailgun-php",
|
2013-07-23 17:34:50 -07:00
|
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
2013-07-18 13:01:36 -05:00
|
|
|
"require": {
|
2014-05-22 07:03:28 +02:00
|
|
|
"guzzle/guzzle": "<4.0,>=3.8"
|
2013-07-23 17:34:50 -07:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-07-22 22:11:01 -07:00
|
|
|
"phpunit/phpunit": "3.7.*"
|
2013-07-18 13:01:36 -05:00
|
|
|
},
|
2013-07-22 20:55:41 -07:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Mailgun\\Tests": "tests/",
|
|
|
|
"Mailgun": "src/"
|
|
|
|
}
|
2013-07-23 17:34:50 -07:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Travis Swientek",
|
|
|
|
"email": "travis@mailgunhq.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "stable"
|
2013-07-18 13:01:36 -05:00
|
|
|
}
|