mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
3bb69d8cbe
* Don't allow HHVM to fail * Updated RestClient to Guzzle5 * Removed php5.3 from travis. * Bugfix and removed debug code
26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"name": "mailgun/mailgun-php",
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~5.0"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.4.0",
|
|
"phpunit/phpunit": "~4.6"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mailgun\\Tests": "tests/",
|
|
"Mailgun": "src/"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Travis Swientek",
|
|
"email": "travis@mailgunhq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|