forked from i-lateral/silverstripe-discussions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.09 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
{
"name": "i-lateral/silverstripe-discussions",
"description": "Silverstripe module adding Yahoo Groups/Vanilla Forum style discussions",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-discussions",
"keywords": ["silverstripe", "forum", "groups", "discussion", "chat"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "morven@i-lateral.com"
}
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-discussions/issues"
},
"require": {
"silverstripe/framework": ">=3.1",
"silverstripe/cms": ">=3.1",
"silverstripe/comments": "*",
"i-lateral/silverstripe-sessionmessenger": "*",
"i-lateral/silverstripe-users": "*",
"colymba/gridfield-bulk-editing-tools": "*",
"ajshort/silverstripe-gridfieldextensions": "*"
},
"suggest": {
"silverstripe/widgets": "Add widget area support to your discussion pages"
},
"extra": {
"installer-name": "discussions"
}
}