-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
37 lines (37 loc) · 940 Bytes
/
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
{
"name": "sunnysideup/ecommerce_complex_pricing",
"type": "silverstripe-module",
"description": "add pricing rules to your silverstripe e-commerce (e.g. discount per group or per country)",
"keywords": [
"Silverstripe-CMS",
"CMS",
"Silverstripe",
"ecommerce",
"e-commerce",
"shop",
"cart",
"complex pricing",
"discounts",
"pricing",
"reductions",
"country price",
"specials",
"account"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nicolaas Francken",
"email": "[email protected]",
"role": "lead developer"
}
],
"require": {
"sunnysideup/ecommerce": "*",
"silverstripe/framework": "~3.6",
"silverstripe/cms": "~3.6"
},
"extra": {
"installer-name": "ecommerce_complex_pricing"
}
}