forked from speckcommerce/speck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
100 lines (100 loc) · 3.24 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "speckcommerce",
"description": "Open Source E-Commerce Platform. PHP, Zend Framework 2, ZF2 Modules",
"minimum-stability": "dev",
"authors": [
{
"name": "SpeckCommerce Authors",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/zendframework/zf2"
},
{
"type": "vcs",
"url": "https://github.com/ZF-Commons/ZfcUser"
},
{
"type": "vcs",
"url": "https://github.com/ZF-Commons/ZfcBase"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckInstall"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckCart"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckCatalog"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckCatalogCart"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckAddress"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckImageUploader"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckMultisite"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckCheckout"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckRandomProducts"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckUserAddress"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckOrder"
},
{
"type": "vcs",
"url": "https://github.com/atukai/AtPhpSettings"
},
{
"type": "vcs",
"url": "https://github.com/EvanDotPro/EdpSubLayout"
},
{
"type": "vcs",
"url": "https://github.com/RWOverdijk/AssetManager"
}
],
"require": {
"php" : ">=5.4",
"zendframework/zendframework" : "2.*",
"speckcommerce/speck-install" : "dev-master",
"speckcommerce/speck-catalog" : "dev-master",
"speckcommerce/speck-cart" : "dev-master",
"speckcommerce/speck-catalog-cart" : "dev-master",
"speckcommerce/speck-address" : "dev-master",
"speckcommerce/speck-user-address" : "dev-master",
"speckcommerce/speck-checkout" : "dev-master",
"speckcommerce/speck-image-uploader" : "dev-master",
"speckcommerce/speck-random-products" : "dev-master",
"speckcommerce/speck-order" : "dev-master",
"speckcommerce/speck-multisite" : "dev-master",
"evandotpro/edp-sub-layout" : "dev-master",
"zf-commons/zfc-admin" : "0.1.*",
"rwoverdijk/assetmanager" : "dev-master",
"atukai/at-php-settings" : "dev-master"
}
}