forked from timgatzky/form_google_recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 938 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 938 Bytes
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
{
"name":"timgatzky/form_google_recaptcha",
"description":"Google recaptcha for Contaos formular generator",
"keywords":["contao","google","recaptcha"],
"type":"contao-module",
"homepage":"https://github.com/timgatzky/form_google_recaptcha",
"license": "LGPL-3.0-or-later",
"authors":
[
{
"name":"Tim Gatzky",
"homepage":"http://www.tim-gatzky.de",
"role":"Interaction-Designer,Developer"
}
],
"support":
{
"issues":"https://github.com/timgatzky/form_google_recaptcha/issues",
"source":"https://github.com/timgatzky/form_google_recaptcha"
},
"require":
{
"php":">=7.4",
"contao/core-bundle":"^4.13.30 || ^5.3.0",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0"
},
"replace":
{
"contao-legacy/form_google_recaptcha":"self.version"
},
"extra":
{
"contao":
{
"sources":
{
"system/modules/form_google_recaptcha":"system/modules/form_google_recaptcha"
}
}
}
}