forked from i-lateral/silverstripe-catalogue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.36 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
{
"name": "i-lateral/silverstripe-catalogue",
"description": "Silverstripe module allowing creation of a custom product catalog with products and categories that can be created via the admin and accessed via their own URL's (like more conventional page objects)",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-catalogue",
"keywords": ["silverstripe", "commerce", "ecommerce", "product", "category", "catalogue"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-catalogue/issues"
},
"require": {
"silverstripe/framework": ">=3.1",
"silverstripe-australia/gridfieldextensions": "1.1.*",
"colymba/gridfield-bulk-editing-tools": "~2.1",
"bummzack/sortablefile": "*"
},
"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": "catalogue"
}
}