forked from silverstripe-archive/silverstripe-newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 891 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
{
"name": "silverstripe/newsletter",
"description": "Newsletter module allows a backend CMS users send newsleters to different mailling lists, manage mailling lists and recipients in the lislling list, reading statistics about each newsletter sent, customise a newsletter subscrition form. Site users can subscribe to and unsubscribe from the mailing lists",
"type": "silverstripe-module",
"keywords": ["silverstripe","newsletters","email","edm","mail","newsletter","mass-email"],
"authors": [
{
"name": "Normann Lou",
"email": "normann@silverstripe.com"
},
{
"name": "Julian Seidenberg",
"email": "julian@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "~3.1",
"silverstripe/messagequeue": "*",
"silverstripe/gridfieldajaxrefresh": "*",
"silverstripe/cms": "~3.1"
},
"autoload": {
"classmap": ["tests/behat/"]
},
"minimum-stability": "dev"
}