2012-06-22 19:04:05 +02:00
|
|
|
{
|
|
|
|
"name": "gregwar/captcha-bundle",
|
|
|
|
"type": "captcha-bundle",
|
|
|
|
"description": "Captcha bundle",
|
|
|
|
"keywords": ["symfony2", "captcha", "bot", "visual", "code", "security", "spam"],
|
|
|
|
"homepage": "https://github.com/Gregwar/ImageBundle",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Grégoire Passault",
|
|
|
|
"email": "g.passault@gmail.com",
|
|
|
|
"homepage": "http://www.gregwar.com/"
|
2012-12-04 11:37:21 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jeremy Livingston"
|
2012-06-22 19:04:05 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Gregwar\\CaptchaBundle": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"target-dir": "Gregwar/CaptchaBundle"
|
|
|
|
}
|