mailgun-php/composer.json

30 lines
738 B
JSON
Raw Normal View History

2013-07-18 22:01:36 +04:00
{
2013-08-02 23:43:50 +04:00
"name": "mailgun/mailgun-php",
2013-07-24 04:34:50 +04:00
"description": "The Mailgun SDK provides methods for all API functions.",
2013-07-18 22:01:36 +04:00
"require": {
2015-10-30 16:36:08 +03:00
"php": ">=5.4.0",
"guzzlehttp/psr7": "~1.2",
"php-http/httplug": "^1.0",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^0.8"
2013-07-24 04:34:50 +04:00
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"php-http/guzzle6-adapter": "^1.0"
2013-07-18 22:01:36 +04:00
},
2013-07-23 07:55:41 +04:00
"autoload": {
"psr-0": {
"Mailgun\\Tests": "tests/",
"Mailgun": "src/"
}
2013-07-24 04:34:50 +04:00
},
"license": "MIT",
"authors": [
{
"name": "Travis Swientek",
"email": "travis@mailgunhq.com"
}
],
"minimum-stability": "stable"
2013-07-18 22:01:36 +04:00
}