31 lines
850 B
JSON
31 lines
850 B
JSON
{
|
|
"name": "gregwar/captcha-bundle",
|
|
"type": "captcha-bundle",
|
|
"description": "Captcha bundle",
|
|
"keywords": ["symfony2", "captcha", "bot", "visual", "code", "security", "spam"],
|
|
"homepage": "https://github.com/Gregwar/CaptchaBundle",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Passault",
|
|
"email": "g.passault@gmail.com",
|
|
"homepage": "http://www.gregwar.com/"
|
|
},
|
|
{
|
|
"name": "Jeremy Livingston",
|
|
"email": "jeremy.j.livingston@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"gregwar/captcha": "~1.1",
|
|
"symfony/framework-bundle": "~2.8|~3.0|~4.0",
|
|
"symfony/form": "~2.8|~3.0|~4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gregwar\\CaptchaBundle\\": "/"
|
|
}
|
|
}
|
|
}
|