-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·33 lines (33 loc) · 1.33 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
33
{
"name": "i-lateral/silverstripe-commerce",
"description": "Silverstripe ecommerce module allowing for custom product catalog that can be linked to pages in the CMS, as well as shopping cart and payment integration.",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-commerce",
"keywords": ["silverstripe", "commerce", "payment", "shopping", "cart"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-commerce/issues"
},
"require": {
"silverstripe/framework": ">=3.1",
"i-lateral/silverstripe-sessionmessenger": "dev-master",
"symbiote/silverstripe-gridfieldextensions": "~1.1",
"colymba/gridfield-bulk-editing-tools": "dev-master",
"bummzack/sortablefile": "dev-master"
},
"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": "dev-master"
},
"extra": {
"installer-name": "commerce"
}
}