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"],
|
2012-12-08 00:10:04 +01:00
|
|
|
"homepage": "https://github.com/Gregwar/CaptchaBundle",
|
2012-06-22 19:04:05 +02:00
|
|
|
"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
|
|
|
},
|
|
|
|
{
|
2012-12-05 10:16:57 +01:00
|
|
|
"name": "Jeremy Livingston",
|
|
|
|
"email": "jeremy.j.livingston@gmail.com"
|
2012-06-22 19:04:05 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2013-01-21 14:01:31 +01:00
|
|
|
"php": ">=5.3.0",
|
2013-09-26 17:28:48 +02:00
|
|
|
"gregwar/captcha": "v1.0.8"
|
2012-06-22 19:04:05 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Gregwar\\CaptchaBundle": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"target-dir": "Gregwar/CaptchaBundle"
|
|
|
|
}
|