mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
20 lines
389 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|