mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
f47892e58c
As guzzle 3.9.* is out, mailgun should support it as well - else it creates conflicts on larger projects.
25 lines
549 B
JSON
25 lines
549 B
JSON
{
|
|
"name": "mailgun/mailgun-php",
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
|
"require": {
|
|
"guzzle/guzzle": "<4.0,>=3.8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mailgun\\Tests": "tests/",
|
|
"Mailgun": "src/"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Travis Swientek",
|
|
"email": "travis@mailgunhq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|