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": {
|
2015-10-03 20:01:58 +02:00
|
|
|
"guzzlehttp/psr7": "~1.2",
|
2015-10-12 19:23:58 +02:00
|
|
|
"php-http/adapter-implementation": "^0.1",
|
|
|
|
"php-http/adapter": "^0.1",
|
|
|
|
"php-http/discovery": "^0.1"
|
2013-07-23 17:34:50 -07:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-04-18 21:20:26 +02:00
|
|
|
"php": ">=5.4.0",
|
2015-10-03 20:01:58 +02:00
|
|
|
"phpunit/phpunit": "~4.6",
|
2015-10-03 22:59:31 +02:00
|
|
|
"php-http/guzzle5-adapter": "^0.1.0"
|
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
|
|
|
}
|