mailgun-php/composer.json

20 lines
389 B
JSON
Raw Normal View History

2013-07-18 22:01:36 +04:00
{
2013-07-23 07:55:41 +04:00
"name": "mailgun/mailgun-php-client",
2013-07-18 22:01:36 +04:00
"require": {
2013-07-23 09:11:01 +04:00
"guzzle/guzzle": "3.7.1",
"phpunit/phpunit": "3.7.*"
2013-07-18 22:01:36 +04:00
},
2013-07-23 07:55:41 +04:00
"authors": [
{
"name": "Travis Swientek",
"email": "travis@tswientek.com"
}
],
"autoload": {
"psr-0": {
"Mailgun\\Tests": "tests/",
"Mailgun": "src/"
}
2013-07-18 22:01:36 +04:00
}
}