-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
62 lines (62 loc) · 1.48 KB
/
composer.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "karser/karser-recaptcha3-bundle",
"type": "symfony-bundle",
"description": "Google ReCAPTCHA v3 for Symfony",
"keywords": [
"symfony recaptcha",
"googlerecaptcha",
"google recaptcha",
"google recaptcha v3",
"recaptcha v3",
"symfony google recaptcha v3",
"symfony google recaptcha",
"recaptcha",
"recaptcha v3 symfony",
"symfony recaptcha v3",
"symfony",
"captcha",
"no-captcha",
"google",
"spam",
"forms",
"contact",
"security",
"anti-spam",
"anti-bot",
"anti-bots",
"validation"
],
"homepage": "http://github.com/karser/KarserRecaptcha3Bundle",
"license": "MIT",
"authors": [
{
"name": "Dmitrii Poddubnyi",
"homepage": "https://github.com/karser"
}
],
"require": {
"php": ">=7.1",
"google/recaptcha": "^1.2",
"symfony/form": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^3.4.26|^4.2.7|^5.0|^6.0|^7.0",
"symfony/expression-language": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/validator": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^3.4|^4.0|^5.0|^6.0|^7.0",
"twig/twig": "^2.9|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9|^10",
"symfony/http-client": "^4.3|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
"Karser\\Recaptcha3Bundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}