-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.04 KB
/
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
29
30
31
32
33
34
35
36
37
{
"name": "drupal/htmlmail",
"description": "Enables HTML in system emails.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/htmlmail",
"support": {
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupalcode.org/project/htmlmail"
},
"authors": [
{
"name": "gaurav.kapoor",
"homepage": "https://www.drupal.org/user/3495331",
"role": "Maintainer"
},
{
"name": "Nafes",
"homepage": "https://www.drupal.org/user/2489926",
"role": "Maintainer"
},
{
"name": "RenatoG",
"email": "[email protected]",
"homepage": "https://www.drupal.org/u/RenatoG",
"role": "Maintainer"
},
{
"name": "salvis",
"homepage": "https://www.drupal.org/u/salvis",
"role": "Maintainer"
}
],
"require": {
"drupal/mailsystem": "^4.2"
}
}