-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 751 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 751 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
{
"name": "sjbr/sr-freecap",
"description": "A TYPO3 integration of freeCap CAPTCHA.",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"keywords": [
"TYPO3",
"captcha"
],
"authors": [
{
"name": "Stanislas Rolland",
"homepage": "https://www.sjbr.ca",
"role": "Developer"
}
],
"homepage": "https://codeberg.org/sjbr/sr-freecap",
"support": {
"issues": "https://codeberg.org/sjbr/sr-freecap/issues"
},
"replace": {
"typo3-ter/sr-freecap": "self.version"
},
"require": {
"typo3/cms-core": "^12.4 || dev-main"
},
"autoload": {
"psr-4": {
"SJBR\\SrFreecap\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "sr_freecap"
}
}
}