forked from widgento/magento-loginascustomer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.3 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
{
"name": "widgento/magento-loginascustomer",
"type": "magento-module",
"license": "Widgento Modules License",
"description": "Login as Customer",
"authors":[
{
"name": "Widgento",
"email": "[email protected]"
}
],
"require": {
"widgento/magento-core": "dev-master"
},
"require-dev": {
"phing/phing": "2.*",
"widgento/phing-license": "dev-master"
},
"repositories":[
{"type": "git", "url": "https://github.com/widgento/magento-core.git"},
{"type": "git", "url": "https://github.com/widgento/phing-license.git"}
],
"extra": {
"map": [
["src/app/code/community/Widgento/Login/", "app/code/community/Widgento/Login/"],
["src/app/etc/modules/Widgento_Login.xml", "app/etc/modules/Widgento_Login.xml"],
["src/app/etc/modules/Spadar_Login.xml", "app/etc/modules/Spadar_Login.xml"],
["src/app/locale/en_US/Widgento_Login.csv", "app/locale/en_US/Widgento_Login.csv"],
["src/app/locale/de_DE/Widgento_Login.csv", "app/locale/de_DE/Widgento_Login.csv"],
["src/app/design/adminhtml/default/default/layout/widgentologin.xml", "app/design/adminhtml/default/default/layout/widgentologin.xml"]
]
}
}