-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
28 lines (28 loc) · 924 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-drivermailgun-plugin",
"description": "Driver that adds support for the Mailgun mailer to WinterCMS",
"type": "winter-plugin",
"homepage": "https://github.com/wintercms/wn-drivermailgun-plugin",
"support": {
"issues": "https://github.com/wintercms/wn-drivermailgun-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-drivermailgun-plugin"
},
"keywords": ["mailgun", "wintercms", "mail", "driver"],
"license": "MIT",
"authors": [
{
"name": "Marc Jauvin",
"email": "marc.jauvin@gmail.com"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"require": {
"symfony/http-client": "^6.0",
"symfony/mailgun-mailer": "^6.0.0"
}
}