diff options
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/composer/installed.json')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/vendor/composer/installed.json | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/composer/installed.json b/Postman/Postman-Mail/sendgrid/vendor/composer/installed.json new file mode 100644 index 0000000..b3d9001 --- /dev/null +++ b/Postman/Postman-Mail/sendgrid/vendor/composer/installed.json @@ -0,0 +1,104 @@ +[ + { + "name": "sendgrid/php-http-client", + "version": "3.8.0", + "version_normalized": "3.8.0.0", + "source": { + "type": "git", + "url": "https://github.com/sendgrid/php-http-client.git", + "reference": "929018c62b7fcd99b3b356216ae75fff4d47b5a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/929018c62b7fcd99b3b356216ae75fff4d47b5a1", + "reference": "929018c62b7fcd99b3b356216ae75fff4d47b5a1", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "phpunit/phpunit": "~4.4", + "squizlabs/php_codesniffer": "~2.0" + }, + "time": "2017-09-13 16:52:38", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "SendGrid\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Bernier", + "email": "dx@sendgrid.com" + }, + { + "name": "Elmer Thomas", + "email": "elmer@thinkingserious.com" + } + ], + "description": "HTTP REST client, simplified for PHP", + "homepage": "http://github.com/sendgrid/php-http-client", + "keywords": [ + "api", + "fluent", + "http", + "rest", + "sendgrid" + ] + }, + { + "name": "sendgrid/sendgrid", + "version": "6.0.0", + "version_normalized": "6.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/sendgrid/sendgrid-php.git", + "reference": "8db454e4b5674b545c207a162b64202b0d63259b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/8db454e4b5674b545c207a162b64202b0d63259b", + "reference": "8db454e4b5674b545c207a162b64202b0d63259b", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "sendgrid/php-http-client": "~3.7" + }, + "replace": { + "sendgrid/sendgrid-php": "*" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "squizlabs/php_codesniffer": "2.*" + }, + "time": "2017-07-01 04:30:16", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "lib/SendGrid.php", + "lib/helpers/mail/Mail.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.", + "homepage": "http://github.com/sendgrid/sendgrid-php", + "keywords": [ + "email", + "grid", + "send", + "sendgrid" + ] + } +] |