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, 0 insertions, 36 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
deleted file mode 100644
index 5c0a3af..0000000
--- a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "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/"
- }
- }
-}