"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "9c0427e00eb0e11ceb1f27444db61ec9",
+ "content-hash": "cfcf132422c708a0a55cad4a8f5fb4d2",
"packages": [
{
"name": "asm89/stack-cors",
],
"time": "2020-08-18T17:17:46+00:00"
},
+ {
+ "name": "s-ichikawa/laravel-sendgrid-driver",
+ "version": "3.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/s-ichikawa/laravel-sendgrid-driver.git",
+ "reference": "d054933d4b4e089e6ee8cfe2107b98b39d80faec"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/s-ichikawa/laravel-sendgrid-driver/zipball/d054933d4b4e089e6ee8cfe2107b98b39d80faec",
+ "reference": "d054933d4b4e089e6ee8cfe2107b98b39d80faec",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^6.3 || ^7.0",
+ "illuminate/mail": ">=7.0",
+ "illuminate/support": ">=7.0"
+ },
+ "require-dev": {
+ "illuminate/container": ">=7.0",
+ "illuminate/filesystem": ">=7.0",
+ "laravel/helpers": "^1.2",
+ "phpunit/phpunit": "^8.5",
+ "vlucas/phpdotenv": "^4.1"
+ },
+ "suggest": {
+ "s-ichikawa/sendgrid-api-builder": "support to build json for sendgrid api"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Sichikawa\\LaravelSendgridDriver\\SendgridTransportServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Sichikawa\\LaravelSendgridDriver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "shingo.ichikawa",
+ "email": "ichikawa.shingo.0829@gmail.com"
+ }
+ ],
+ "description": "This library adds a 'sendgrid' mail driver to Laravel.",
+ "keywords": [
+ "laravel",
+ "sendgrid"
+ ],
+ "support": {
+ "issues": "https://github.com/s-ichikawa/laravel-sendgrid-driver/issues",
+ "source": "https://github.com/s-ichikawa/laravel-sendgrid-driver/tree/3.0.3"
+ },
+ "time": "2021-01-06T01:39:59+00:00"
+ },
{
"name": "sendinblue/api-v3-sdk",
"version": "v7.4.0",