-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
65 lines (65 loc) · 1.46 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
63
64
65
{
"name": "matt/sycaptcha",
"description": "Bundle for form protection using captcha, includes reCaptcha and hCaptcha",
"homepage": "https://github.com/hesmatt/sycaptcha-bundle",
"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",
"google recaptcha v2",
"recaptcha v2",
"symfony google recaptcha v2",
"recaptcha v2 symfony",
"symfony recaptcha v2",
"symfony hcaptcha",
"hcaptcha validation",
"symfony form hcaptcha",
"hcaptcha",
"symfony",
"captcha",
"no-captcha",
"google",
"spam",
"forms",
"contact",
"security",
"anti-spam",
"anti-bot",
"anti-bots",
"validation"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Matt",
"email": "[email protected]",
"homepage": "http://projectsfrommatt.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Matt\\SyCaptchaBundle\\": "src/"
}
},
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^5.2",
"symfony/twig-bundle": "^5.3",
"google/recaptcha": "^1.2",
"symfony/form": "^5.3",
"twig/twig": "^3.3",
"symfony/yaml": "^5.3",
"symfony/validator": "^5.3",
"ext-curl": "*",
"ext-json": "*"
}
}