37 lines
738 B
JSON
37 lines
738 B
JSON
{
|
|
"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": "^11.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SJBR\\SrFreecap\\": "Classes/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "sr_freecap"
|
|
}
|
|
}
|
|
} |