forked from ProxiBlue/reCaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.26 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
{
"name": "proxiblue/recaptcha",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/ProxiBlue/reCaptcha",
"description": "Clean integration of Google reCaptcha to magento",
"authors": [
{
"name": "Lucas van Staden",
"email": "[email protected]"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
[
"app/code/community/ProxiBlue/ReCaptcha/",
"app/code/community/ProxiBlue/ReCaptcha/"
],
[
"app/etc/modules/ProxiBlue_ReCaptcha.xml",
"app/etc/modules/ProxiBlue_ReCaptcha.xml"
],
[
"app/design/frontend/base/default/template/captcha/recaptcha.phtml",
"app/design/frontend/base/default/template/captcha/recaptcha.phtml"
],
[
"skin/frontend/base/default/recaptcha",
"skin/frontend/base/default/recaptcha"
],
[
"app/design/adminhtml/default/default/template/captcha/recaptcha.phtml",
"app/design/adminhtml/default/default/template/captcha/recaptcha.phtml"
],
[
"app/design/frontend/base/default/layout/proxiblue_recaptcha.xml",
"app/design/frontend/base/default/layout/proxiblue_recaptcha.xml"
]
]
}
}