diff options
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/composer.lock')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/composer.lock | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/composer.lock b/Postman/Postman-Mail/sendgrid/composer.lock new file mode 100644 index 0000000..22d21cb --- /dev/null +++ b/Postman/Postman-Mail/sendgrid/composer.lock @@ -0,0 +1,117 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "72f70d0a56dace06ee80667ae9467dc2", + "content-hash": "31a416743df03ec89ce9f557ff36c18e", + "packages": [ + { + "name": "sendgrid/php-http-client", + "version": "3.8.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" + }, + "type": "library", + "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" + ], + "time": "2017-09-13 16:52:38" + }, + { + "name": "sendgrid/sendgrid", + "version": "6.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.*" + }, + "type": "library", + "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" + ], + "time": "2017-07-01 04:30:16" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} |