32 lines
873 B
JSON
32 lines
873 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.0",
|
|
"gregwar/captcha": "~1.0.11",
|
|
"symfony/framework-bundle": "~2.1",
|
|
"symfony/form": "~2.1"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gregwar\\CaptchaBundle": ""
|
|
}
|
|
},
|
|
"target-dir": "Gregwar/CaptchaBundle"
|
|
}
|