mailgun-php/composer.json
2013-07-22 20:55:41 -07:00

19 lines
353 B
JSON

{
"name": "mailgun/mailgun-php-client",
"require": {
"guzzle/guzzle": "3.7.1"
},
"authors": [
{
"name": "Travis Swientek",
"email": "travis@tswientek.com"
}
],
"autoload": {
"psr-0": {
"Mailgun\\Tests": "tests/",
"Mailgun": "src/"
}
}
}