Commit 5ef40d25 authored by shajiaiming's avatar shajiaiming

import sendgrid

parent 821b33a8
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
"yiisoft/yii2-bootstrap": "~2.0.0", "yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-redis": "^2.0", "yiisoft/yii2-redis": "^2.0",
"flc/dysms": "^1.0" "flc/dysms": "^1.0",
"sendgrid/sendgrid": "^7.9"
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-debug": "~2.1.0", "yiisoft/yii2-debug": "~2.1.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0381f49ac1050853beabf108e8ee9c8e", "content-hash": "9f0b29953744d06e6a36fd60600c23bc",
"packages": [ "packages": [
{ {
"name": "bower-asset/bootstrap", "name": "bower-asset/bootstrap",
...@@ -394,6 +394,178 @@ ...@@ -394,6 +394,178 @@
"time": "2019-04-05T16:40:06+00:00" "time": "2019-04-05T16:40:06+00:00"
}, },
{ {
"name": "sendgrid/php-http-client",
"version": "3.14.0",
"source": {
"type": "git",
"url": "https://github.com/sendgrid/php-http-client.git",
"reference": "7880d5aecc53856802130ba83af1dfcf942e9767"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/7880d5aecc53856802130ba83af1dfcf942e9767",
"reference": "7880d5aecc53856802130ba83af1dfcf942e9767",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^5.7 || ^6.5",
"sebastian/version": "^1.0.6",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"composer/ca-bundle": "Including this library will ensure that a valid CA bundle is available for secure connections"
},
"type": "library",
"autoload": {
"psr-4": {
"SendGrid\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Bernier",
"email": "mbernier@twilio.com"
},
{
"name": "Elmer Thomas",
"email": "ethomas@twilio.com"
}
],
"description": "HTTP REST client, simplified for PHP",
"homepage": "http://github.com/sendgrid/php-http-client",
"keywords": [
"api",
"fluent",
"http",
"rest",
"sendgrid"
],
"support": {
"issues": "https://github.com/sendgrid/php-http-client/issues",
"source": "https://github.com/sendgrid/php-http-client/tree/3.14.0"
},
"time": "2021-03-24T20:45:06+00:00"
},
{
"name": "sendgrid/sendgrid",
"version": "7.9.2",
"source": {
"type": "git",
"url": "https://github.com/sendgrid/sendgrid-php.git",
"reference": "ab0023a6233f39e408b5eb8c4299f20790f5f5a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/ab0023a6233f39e408b5eb8c4299f20790f5f5a7",
"reference": "ab0023a6233f39e408b5eb8c4299f20790f5f5a7",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"php": ">=5.6",
"sendgrid/php-http-client": "~3.10",
"starkbank/ecdsa": "0.*"
},
"replace": {
"sendgrid/sendgrid-php": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7.9 || ^6.4.3",
"squizlabs/php_codesniffer": "3.*",
"swaggest/json-diff": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"SendGrid\\Contacts\\": "lib/contacts/",
"SendGrid\\EventWebhook\\": "lib/eventwebhook/",
"SendGrid\\Helper\\": "lib/helper/",
"SendGrid\\Mail\\": "lib/mail/",
"SendGrid\\Stats\\": "lib/stats/"
},
"classmap": [
"lib/BaseSendGridClientInterface.php",
"lib/SendGrid.php",
"lib/TwilioEmail.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.",
"homepage": "http://github.com/sendgrid/sendgrid-php",
"keywords": [
"email",
"grid",
"send",
"sendgrid",
"twilio sendgrid"
],
"support": {
"issues": "https://github.com/sendgrid/sendgrid-php/issues",
"source": "https://github.com/sendgrid/sendgrid-php/tree/7.9.2"
},
"time": "2021-01-27T20:19:06+00:00"
},
{
"name": "starkbank/ecdsa",
"version": "0.0.4",
"source": {
"type": "git",
"url": "https://github.com/starkbank/ecdsa-php.git",
"reference": "9369d35ed9019321adb4eb9fd3be21357d527c74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/starkbank/ecdsa-php/zipball/9369d35ed9019321adb4eb9fd3be21357d527c74",
"reference": "9369d35ed9019321adb4eb9fd3be21357d527c74",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"type": "library",
"autoload": {
"files": [
"src/ellipticcurve.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "StarkBank",
"email": "developers@starkbank.com",
"homepage": "https://starkbank.com",
"role": "Developer"
}
],
"description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
"homepage": "https://github.com/starkbank/ecdsa-php",
"support": {
"issues": "https://github.com/starkbank/ecdsa-php/issues",
"source": "https://github.com/starkbank/ecdsa-php/tree/v0.0.4"
},
"time": "2020-05-15T15:46:20+00:00"
},
{
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v6.2.7", "version": "v6.2.7",
"source": { "source": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment