-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.14 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
{
"name": "i-lateral/silverstripe-commerce-simplebookings",
"description": "Silverstripe module that adds simple booking functionality to the commerce system",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-commerce-simplebookings",
"keywords": ["silverstripe", "commerce", "ecommerce", "booking"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-commerce-simplebookings/issues"
},
"require": {
"silverstripe/framework": ">=3.1",
"i-lateral/silverstripe-commerce": "3.0.*@dev",
"i-lateral/silverstripe-gridfield-addons": "^1",
"briceburg/silverstripe-pickerfield":"*",
"i-lateral/silverstripe-calendarfield": ">=0.4"
},
"suggest": {
"silverstripe/cms": "Add full content management support to your site",
"i-lateral/silverstripe-siteconfig": "Add site settings support"
},
"extra": {
"installer-name": "commerce-simplebookings"
}
}