-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (49 loc) · 1.36 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
{
"name": "renepenner/magento-default",
"minimum-stability": "dev",
"require": {
"aoepeople/composer-installers": "*",
"aoepeople/magento-deployscripts": "1.0.3",
"OpenMage/magento_community": "1.9.2.2",
"renepenner/MageTools": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/AOEpeople/composer-installers.git"
},
{
"type": "vcs",
"url": "https://github.com/AOEpeople/EnvSettingsTool.git"
},
{
"type": "vcs",
"url": "https://github.com/AOEpeople/magento-deployscripts.git"
},
{
"type": "vcs",
"url": "https://github.com/renepenner/MageTools.git"
},
{
"type": "package",
"package": {
"name": "OpenMage/magento_community",
"type": "magento-source",
"version": "1.9.2.2",
"dist": {
"url": "https://github.com/OpenMage/magento-mirror/archive/1.9.2.2.zip",
"type": "zip"
}
}
}
],
"config" : {
"bin-dir": "tools"
},
"scripts": {
"post-install-cmd": [
"tools/create-localxml.php",
"chmod 777 htdocs/var htdocs/media"
]
}
}