forked from silverorange/deliverance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 993 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "silverorange/deliverance",
"description": "Mailing list framework.",
"type": "library",
"keywords": [ "mailchimp", "mailinglist", "email", "newsletter" ],
"homepage": "https://github.com/silverorange/deliverance",
"license": "LGPL-2.1",
"authors": [
{
"name": "Charles Waddell",
"email": "[email protected]"
},
{
"name": "Isaac Grant",
"email": "[email protected]"
},
{
"name": "Michael Gauthier",
"email": "[email protected]"
},
{
"name": "Nick Burka",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.2.1",
"pear/mail": "^1.2.0",
"pear/mail_mime": "^1.10.0",
"pear/net_smtp": "^1.6.3",
"silverorange/site": "^4.11.0",
"silverorange/swat": "^2.7.0"
},
"suggest": {
"silverorange/mailchimp_api": "Support for MailChimp mailing lists.",
"silverorange/admin": "Admin pages for managing newsletters."
},
"autoload": {
"classmap": [ "Deliverance/" ]
},
"include-path": [
"./"
]
}