forked from symbiote-library/silverstripe-eventmanagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 999 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
{
"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": {
"silverstripe-australia/gridfieldextensions": "~1.1",
"silverstripe/cms": ">=3.1",
"silverstripe/framework": ">=3.1",
"silverstripe/multiform": "1.1.*@dev",
"unclecheese/eventcalendar": "~1.0"
},
"suggest": {
"silverstripe/queuedjobs": "Allows sending out event reminder emails",
"silverstripe/payment": "Payment module. Note: Only use the 1.0.x branch line, others are incompatible!"
},
"extra": {
"installer-name": "eventmanagement",
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"replace": {
"ajshort/silverstripe-eventmanagement": "self.version"
}
}