This commit is contained in:
Frank
2026-01-13 21:54:26 +01:00
parent 498ba1bfca
commit a90489da28
11 changed files with 120 additions and 2 deletions

84
composer.lock generated
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": "8e2419832c0841e325a5b748bde61a48",
"content-hash": "22d46e70bd8246939c294d28ecfff13d",
"packages": [
{
"name": "composer/semver",
@@ -1271,6 +1271,88 @@
],
"time": "2025-03-06T22:45:56+00:00"
},
{
"name": "karser/karser-recaptcha3-bundle",
"version": "v0.3.0",
"source": {
"type": "git",
"url": "https://github.com/karser/KarserRecaptcha3Bundle.git",
"reference": "3d194dab4c31115bebc073c866ff55afaaa9e276"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/karser/KarserRecaptcha3Bundle/zipball/3d194dab4c31115bebc073c866ff55afaaa9e276",
"reference": "3d194dab4c31115bebc073c866ff55afaaa9e276",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=8.1",
"symfony/expression-language": "^6.4|^7.0|^8.0",
"symfony/form": "^6.4|^7.0|^8.0",
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
"symfony/validator": "^6.4|^7.0|^8.0",
"symfony/yaml": "^6.4|^7.0|^8.0",
"twig/twig": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9|^10|^11",
"symfony/http-client": "^6.4|^7.0|^8.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Karser\\Recaptcha3Bundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dmitrii Poddubnyi",
"homepage": "https://github.com/karser"
}
],
"description": "Google ReCAPTCHA v3 for Symfony",
"homepage": "http://github.com/karser/KarserRecaptcha3Bundle",
"keywords": [
"Forms",
"Google ReCaptcha",
"GoogleReCaptcha",
"Symfony Google ReCaptcha",
"anti-bot",
"anti-bots",
"anti-spam",
"captcha",
"contact",
"google",
"google recaptcha v3",
"no-captcha",
"recaptcha",
"recaptcha v3",
"recaptcha v3 symfony",
"security",
"spam",
"symfony",
"symfony google recaptcha v3",
"symfony recaptcha",
"symfony recaptcha v3",
"validation"
],
"support": {
"issues": "https://github.com/karser/KarserRecaptcha3Bundle/issues",
"source": "https://github.com/karser/KarserRecaptcha3Bundle/tree/v0.3.0"
},
"time": "2025-12-08T11:25:16+00:00"
},
{
"name": "lcobucci/jwt",
"version": "5.6.0",