-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
34 lines (34 loc) · 1.18 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
{
"name": "captcha-com/symfony-captcha-bundle",
"type": "symfony-bundle",
"description": "Symfony Captcha Bundle -- BotDetect PHP CAPTCHA generator integration for the Symfony framework.",
"keywords": ["symfony captcha bundle", "symfony captcha", "captcha bundle", "captcha", "captcha generator", "botdetect"],
"homepage": "https://captcha.com/doc/php/symfony-captcha-bundle-quickstart.html",
"authors": [
{
"name": "Symfony Captcha Bundle Support",
"email": "[email protected]",
"homepage": "https://captcha.com/doc/php/symfony-captcha-bundle-quickstart.html"
}
],
"support": {
"email": "[email protected]",
"issues": "https://captcha.com/support",
"forum": "https://captcha.com/support",
"source": "https://captcha.com/doc/php/symfony-captcha-bundle-quickstart.html"
},
"require": {
"captcha-com/captcha": "4.*",
"php": ">=5.3.9"
},
"autoload": {
"psr-4": {
"Captcha\\Bundle\\CaptchaBundle\\": "/"
}
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
}
}