-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
30 lines (30 loc) · 925 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
29
30
{
"name": "opcnz/silverstripe-gpgmailer",
"description": "The GPG Mailer module improves privacy by allowing emails being sent from SilverStripe CMS to be encrypted and/or signed using GPG public and private keys.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "cwp", "privacy", "GPG", "PGP"],
"license": "BSD-3-Clause",
"require": {
"silverstripe/framework": "^3.1",
"pear/crypt_gpg": "^1.6"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Ed Linklater",
"email": "ed@edgar.industries"
},
{
"name": "Frank Mullenger",
"email": "frank@silverstripe.com"
}
],
"homepage": "https://github.com/opcnz/silverstripe-gpgmailer",
"support": {
"issues": "https://github.com/opcnz/silverstripe-gpgmailer/issues",
"source": "https://github.com/opcnz/silverstripe-gpgmailer/tree/master"
},
"extra": {
"installer-name": "gpgmailer"
}
}