42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "bluesquare/laravel-mail-templates",
|
||
|
"description": "Send mail templates from your Laravel notifications.",
|
||
|
"keywords": [
|
||
|
"package",
|
||
|
"mail",
|
||
|
"api",
|
||
|
"template",
|
||
|
"email"
|
||
|
],
|
||
|
"homepage": "https://git.bluesquare.io/bluesquare/laravel-mail-templates",
|
||
|
"license": "proprietary",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Bluesquare",
|
||
|
"email": "contact@bluesquare.io",
|
||
|
"homepage": "https://bluesquare.io/",
|
||
|
"role": "Developers"
|
||
|
}
|
||
|
],
|
||
|
"minimum-stability": "dev",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Bluesquare\\MailTemplates\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"laravel": {
|
||
|
"providers": [
|
||
|
"Bluesquare\\MailTemplates\\MailTemplatesServiceProvider"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"guzzlehttp/guzzle": "^7.0.1",
|
||
|
"php": "^7.3 | ^8.0",
|
||
|
"sendinblue/api-v3-sdk": "8.x.x",
|
||
|
"ext-json": "*"
|
||
|
},
|
||
|
"prefer-stable": true
|
||
|
}
|