-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
31 lines (31 loc) · 1.16 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-orders",
"description": "Silverstripe module for creating and managing generic 'Order' objects",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-orders",
"keywords": ["silverstripe", "commerce", "ecommerce", "orders"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-orders/issues"
},
"require": {
"silverstripe/framework": ">=3.1",
"colymba/gridfield-bulk-editing-tools": "~2.1",
"symbiote/silverstripe-gridfieldextensions": "^2.0"
},
"suggest": {
"silverstripe/cms": "Add full content management support to your site",
"i-lateral/silverstripe-siteconfig": "Add site settings support",
"i-lateral/silverstripe-middleman": "Add CMS vars, such as menu, searchform, etc to your site",
"i-lateral/silverstripe-users": "Add user account management, login and registration"
},
"extra": {
"installer-name": "orders"
}
}