forked from silvershop/silvershop-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 2.21 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name" : "silvershop/core",
"description" : "Provides an ecommerce product catalog, shopping cart, and order management system",
"license" : "BSD-2-Clause",
"type" : "silverstripe-module",
"homepage": "http://www.ss-shop.org/",
"keywords" : ["silverstripe","shop","shopping cart","ecommerce","online shopping","payment","ordering","silverstripe"],
"authors" : [
{
"name" : "Jeremy Shipman",
"email" : "[email protected]",
"homepage" : "https://github.com/jedateach",
"role" : "Developer"
}
],
"require" : {
"silverstripe/cms": "~3.1",
"silverstripe/framework": "~3.1",
"silverstripe/silverstripe-omnipay" : "~1.1",
"icecaster/versioned-gridfield": "~1.0",
"burnbright/silverstripe-listsorter": "~2.0",
"burnbright/silverstripe-sqlquerylist": "~1.0"
},
"require-dev": {
"guzzle/plugin-mock": "~3.1",
"phpunit/phpunit": "~3.7"
},
"replace": {
"burnbright/silverstripe-shop": "1.*"
},
"suggest" : {
"silvershop/discounts" : "Create coupons and generic discounts to be applied at checkout.",
"silvershop/shipping": "Provide various shipping methods.",
"burnbright/silverstripe-shop-comparison" : "Allow comparing products side-by-side,a nd introduces a model for detailed specifications.",
"silvershop/coloredvariations" : "Select colours for variations",
"burnbright/silverstripe-shop-geocoding" : "Geocoding support for addresses and visitors.",
"burnbright/silverstripe-shop-googleanalytics": "Records shop sales sales in google analytics.",
"tractorcow/silverstripe-opengraph": "Implementation of the Facebook Opengraph protocol for Silverstripe",
"markguinn/silverstripe-shop-ajax": "Basic ajax behaviours for add to cart, etc"
},
"extra" : {
"installer-name": "silvershop",
"snapshot" : "https://raw.github.com/silvershop/silvershop-core/gh-pages/assets/screenshots/shipping%20estimate%20form.png",
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"support":{
"issues" : "https://github.com/silvershop/silvershop-core/issues",
"source" : "https://github.com/silvershop/silvershop-core",
"forum" : "http://www.silverstripe.org/e-commerce-module-forum",
"email" : "[email protected]",
"docs" : "http://docs.ss-shop.org"
},
"prefer-stable": true
}