diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..bf4d4bd --- /dev/null +++ b/composer.json @@ -0,0 +1,38 @@ + +{ + "name": "sendgrid/php-http-client", + "description": "HTTP REST client, simplified for Python", + "type": "library", + "version": "1.0.0", + "homepage": "http://github.com/sendgrid/php-http-client", + "license": "MIT", + "keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"], + "require": { + "php": ">=5.3" + }, + "authors": [ + { + "name": "Matt Bernier", + "email": "dx@sendgrid.com", + "homepage": "https://www.sendgrid.com", + "role": "Product Manager" + }, + { + "name": "Elmer Thomas", + "email": "dx@sendgrid.com", + "homepage": "https://www.sendgrid.com", + "role": "Developer" + } + ], + "support": { + "email": "dx@sendgrid.com", + "issues": "https://github.com/sendgrid/php-http-client/issues", + "source": "https://github.com/php-http-client" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "autoload": { + "psr-0": {"SendGrid": "lib/"} + } +}
\ No newline at end of file |