forked from andreaskoch/dockerized-magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
79 lines (79 loc) · 2.29 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
{
"name": "andreaskoch/dockerized-magento",
"description": "Dockerized Magento Community Edition 1.9.x",
"license": "BSD-3-Clause",
"homepage": "https://github.com/andreaskoch/dockerized-magento",
"require": {
"avstudnitz/scopehint": "^0.6",
"tim-reynolds/magento-qconfig": "1.0",
"aoepeople/aoe_scheduler": "^1",
"aschroder/smtp_pro": "^2",
"gordonlesti/lesti_fpc": "^1",
"jeroenvermeulen/solarium": "v1.6.9-beta",
"aydin-hassan/magento-core-composer-installer": "*",
"colinmollenhour/modman": "*",
"theseer/autoload": "*",
"tm/argento": "dev-master",
"tm/attributepages": "dev-master",
"tm/bot-protection": "dev-master",
"tm/cache": "dev-master",
"tm/countdowntimer": "dev-master",
"tm/dailydeals": "dev-master",
"tm/easyflags": "dev-master",
"tm/easylightbox": "dev-master",
"tm/easynavigation": "dev-master",
"tm/firecheckout": "dev-master",
"tm/helpdesk": "dev-master",
"tm/pagespeed": "dev-master",
"tm/prozoom": "dev-master",
"tm/quickshopping": "dev-master",
"tm/productvideos": "dev-master",
"tm/recaptcha": "dev-master",
"tm/review-reminder": "dev-master",
"tm/smartsuggest": "dev-master",
"tm/socialsuite": "dev-master",
"tm/testimonials": "dev-master",
"tm/seo-suite": "dev-master",
"tm/sold-together": "dev-master",
"tm/easycolorswatches": "dev-master",
"tm/ajax-layered-navigation": "dev-master",
"tm/newsletterbooster": "dev-master",
"tm/templatem001": "dev-master",
"tm/templatef001": "dev-master",
"tm/templatef002": "dev-master",
"tm/affiliate-suite": "dev-master",
"magento/core": "^1.9"
},
"require-dev": {
"aoepeople/aoe_profiler": "v0.3.0",
"aoepeople/aoe_templatehints": "^0.4"
},
"repositories": [
{
"type": "composer",
"url": "http://tmhub.github.io/packages"
},
{
"type": "composer",
"url": "https://packages.firegento.com"
}
],
"extra": {
"magento-root-dir": "web",
"auto-append-gitignore": true,
"magento-deploystrategy": "symlink",
"magento-force": true
},
"config": {
"discard-changes": true,
"secure-http": false
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
],
"post-update-cmd": [
]
}
}