mailgun-php/composer.json
2015-10-03 22:08:55 +02:00

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"
}