forked from in2code-de/powermailrecaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 832 Bytes
/
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
{
"name": "in2code/powermailrecaptcha",
"description": "Google recaptcha TYPO3 extension for powermail",
"keywords": [
"typo3",
"powermail",
"captcha",
"recaptcha"
],
"homepage": "https://github.com/einpraegsam/powermailrecaptcha",
"authors": [
{
"name": "Alex Kellner",
"email": "[email protected]",
"role": "Technical owner",
"homepage": "https://www.in2code.de"
}
],
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"require": {
"in2code/powermail": "^8.0",
"ext-json": "*"
},
"replace": {
"typo3-ter/powermailrecaptcha": "self.version"
},
"autoload": {
"psr-4": {
"In2code\\Powermailrecaptcha\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "powermailrecaptcha"
}
}
}