mailgun-php/composer.json
2013-07-22 22:11:01 -07:00

20 lines
389 B
JSON

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