-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathcomposer.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "mahou/mosparo-powermail",
"type": "typo3-cms-extension",
"description": "Integrates the mosparo spam protection system into TYPO3's Powermail extension, enabling easy and effective spam protection for Powermail forms.",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/Digi92/mosparo-powermail",
"authors": [
{
"name": "Sascha Zander",
"role": "Developer",
"email": "sascha.zander@denkwerk.com"
}
],
"keywords": [
"typo3",
"mosparo",
"extbase",
"spamprotection",
"captcha",
"spamprevention"
],
"require": {
"php": ">= 8.2 < 8.5",
"typo3/cms-core": "^13.4",
"typo3/cms-form": "^13.4",
"denkwerk/mosparo-form": "^1.0",
"in2code/powermail": "^13.2.0"
},
"autoload": {
"psr-4": {
"Mahou\\MosparoPowermail\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "mosparo_powermail"
}
},
"scripts": {
"prepare-release": [
"rm -rf .github",
"rm .gitignore"
]
}
}