CaptchaBundle/composer.json

32 lines
873 B
JSON
Raw Normal View History

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/"
},
{
"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",
"gregwar/captcha": "~1.0.12",
"symfony/framework-bundle": "~2.1",
"symfony/form": "~2.1"
2012-06-22 19:04:05 +02:00
},
"autoload": {
"psr-0": {
"Gregwar\\CaptchaBundle": ""
}
},
"target-dir": "Gregwar/CaptchaBundle"
}