summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json')
-rw-r--r--Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
new file mode 100644
index 0000000..5c0a3af
--- /dev/null
+++ b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
@@ -0,0 +1,36 @@
+{
+ "name": "sendgrid/php-http-client",
+ "description": "HTTP REST client, simplified for PHP",
+ "type": "library",
+ "version": "3.9.6",
+ "homepage": "http://github.com/sendgrid/php-http-client",
+ "keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"],
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Matt Bernier",
+ "email": "dx@sendgrid.com"
+ },
+ {
+ "name": "Elmer Thomas",
+ "email": "elmer@thinkingserious.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.6"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.4",
+ "squizlabs/php_codesniffer": "~2.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "SendGrid\\": "lib/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "SendGrid\\Test\\": "test/unit/"
+ }
+ }
+}