-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 945 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "winter/wn-driversparkpost-plugin",
"description": "Driver that adds support for the SparkPost mailer to WinterCMS",
"type": "winter-plugin",
"homepage": "https://github.com/wintercms/wn-driversparkpost-plugin",
"support": {
"issues": "https://github.com/wintercms/wn-driversparkpost-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-driversparkpost-plugin"
},
"keywords": ["sparkpost", "wintercms", "mail", "driver"],
"license": "MIT",
"authors": [
{
"name": "Marc Jauvin",
"email": "[email protected]"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"require": {
"guzzlehttp/guzzle": "^7.0",
"vemcogroup/laravel-sparkpost-driver": "^5.0"
}
}