forked from jedateach/silverstripe-eventmanagement
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
34 lines (34 loc) · 918 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
{
"name": "silverstripe-australia/eventmanagement",
"description": "SilverStripe event management and registration module",
"type": "silverstripe-module",
"keywords": ["silverstripe", "event"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "[email protected]"
},
{
"name": "Marcus Nyeholt",
"email": "[email protected]"
}
],
"require": {
"ajshort/silverstripe-gridfieldextensions": "dev-master",
"silverstripe/cms": ">=3.1",
"silverstripe/framework": ">=3.1",
"silverstripe/multiform": "~1.1",
"unclecheese/eventcalendar": "dev-master"
},
"suggest": {
"silverstripe/queuedjobs": "Allows sending out event reminder emails",
"burnbright/silverstripe-omnipay": "Handle accepting payments for events"
},
"extra": {
"installer-name": "eventmanagement"
},
"replace": {
"ajshort/silverstripe-eventmanagement": "self.version"
}
}