forked from prugala/PRRecaptchaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 841 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 841 Bytes
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
{
"name": "prugala/recaptcha-bundle",
"description": "reCAPTCHA v3 bundle for Symfony",
"keywords": [
"recaptcha",
"symfony"
],
"homepage": "https://github.com/prugala/PRRecaptchaBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Piotr Rugala",
"email": "piotr@isedo.pl"
}
],
"require": {
"php": "^7.1",
"google/recaptcha": "^1.1",
"symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0",
"twig/twig": "^2.0 || ^3.0",
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0",
"symfony/validator": "^2.8 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8"
},
"autoload": {
"psr-4": {
"PR\\Bundle\\RecaptchaBundle\\": "src"
}
},
"extra": {
"symfony": {
"allow-contrib": "true"
}
}
}