{ "name": "mailgun/mailgun-php", "description": "The Mailgun SDK provides methods for all API functions.", "require": { "guzzlehttp/psr7": "~1.2", "happyr/http-auto-discovery": "0.1.*" }, "require-dev": { "php": ">=5.4.0", "phpunit/phpunit": "~4.6", "php-http/guzzle6-adapter": "^0.1.0" }, "autoload": { "psr-0": { "Mailgun\\Tests": "tests/", "Mailgun": "src/" } }, "license": "MIT", "authors": [ { "name": "Travis Swientek", "email": "travis@mailgunhq.com" } ], "minimum-stability": "stable" }