forked from andreaskoch/dockerized-magento
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
46 lines (46 loc) · 1.23 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
{
"name": "andreaskoch/dockerized-magento",
"description": "Dockerized Magento Community Edition 1.9.x",
"license": "BSD-3-Clause",
"homepage": "https://github.com/andreaskoch/dockerized-magento",
"require": {
"aoepeople/aoe_scheduler": "v0.4.3",
"aschroder/smtp_pro": "v2.0.5",
"gordonlesti/lesti_fpc": "1.3.6",
"jeroenvermeulen/solarium": "v1.6.9-beta",
"magento-hackathon/magento-composer-installer": "v3.0.6",
"aydin-hassan/magento-core-composer-installer": "v1.3.0",
"magento/magento": "1.9.2.2"
},
"require-dev": {
"aoepeople/aoe_profiler": "v0.3.0",
"aoepeople/aoe_templatehints": "v0.4.1",
"avstudnitz/scopehint": "dev-master#9fd3eb0978fa67b55f5756494569746119f3f2f6",
"tim-reynolds/magento-qconfig": "1.0"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.firegento.com"
},
{
"type": "vcs",
"url": "git@github.com:AydinHassan/magento-community.git"
}
],
"extra": {
"magento-root-dir": "web",
"auto-append-gitignore": true
},
"config": {
"discard-changes": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
],
"post-update-cmd": [
]
}
}