forked from silvercommerce/catalogue-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.27 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
34
35
36
37
38
39
40
41
42
{
"name": "silvercommerce/catalogue-frontend",
"description": "Display your categories and products on front end of your website",
"type": "silverstripe-vendormodule",
"homepage": "http://github.com/silvercommerce/catalogue-frontend",
"keywords": [
"silverstripe",
"commerce",
"ecommerce",
"product",
"category",
"catalogue"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Morven Lewis-Everley",
"email": "morven@i-lateral.com"
}
],
"support": {
"issues": "http://github.com/silvercommerce/catalogue-frontend/issues"
},
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/cms": "~4.0",
"silverstripe/assets": "~1.0",
"silvercommerce/catalogue-admin": "~1.0",
"silvercommerce/settings": "~1.0",
"silvercommerce/quantityfield": "~1.0"
},
"suggest": {
"i-lateral/silverstripe-users": "Add user account management, login and registration",
"wilr/silverstripe-googlesitemaps": "SilverStripe support for the Google Sitemaps XML"
},
"autoload": {
"psr-4": {
"SilverCommerce\\CatalogueFrontend\\": "src/"
}
},
"minimum-stability": "dev"
}