feat: captcha field for form editor

This commit is contained in:
Björn Fromme
2024-07-17 15:57:01 +02:00
parent 096571b605
commit 4991d972c2
8 changed files with 103 additions and 3 deletions
Generated
+61 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "25f76f1685e8ee310648c90e4c0af0f8",
"content-hash": "81e82ebeb975c1f1a71ab3938cc49b02",
"packages": [
{
"name": "b13/container",
@@ -68,6 +68,66 @@
},
"time": "2022-05-18T08:20:38+00:00"
},
{
"name": "blueways/bw-captcha",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/maikschneider/bw_captcha.git",
"reference": "167103690b17bcc9a9ec8ec6693ea10036db1bbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maikschneider/bw_captcha/zipball/167103690b17bcc9a9ec8ec6693ea10036db1bbe",
"reference": "167103690b17bcc9a9ec8ec6693ea10036db1bbe",
"shasum": ""
},
"require": {
"typo3/cms-core": "^10.0 || ^11.0 || ^12.0"
},
"require-dev": {
"bk2k/bootstrap-package": "dev-master",
"friendsofphp/php-cs-fixer": "^3.12",
"roave/security-advisories": "dev-latest",
"saschaegerer/phpstan-typo3": "12.0.x-dev",
"typo3/cms-base-distribution": "^12.0",
"typo3/cms-lowlevel": "^12.0"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": "public",
"extension-key": "bw_captcha"
}
},
"autoload": {
"psr-4": {
"Gregwar\\Captcha\\": "Libraries/Captcha/src/Gregwar/Captcha",
"Blueways\\BwCaptcha\\": "Classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Maik Schneider",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "TYPO3 extension that integrates gregwar/captcha into Form",
"keywords": [
"typo3"
],
"support": {
"issues": "https://github.com/maikschneider/bw_captcha/issues",
"source": "https://github.com/maikschneider/bw_captcha/tree/v3.1.0"
},
"time": "2023-09-17T14:14:45+00:00"
},
{
"name": "christophlehmann/imageoptimizer",
"version": "3.1.1",