CaptchaBundle/composer.json

32 lines
899 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", "symfony", "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": {
2015-12-13 12:10:14 +01:00
"php": ">=5.3.9",
2015-05-13 08:41:47 +02:00
"gregwar/captcha": "~1.1",
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
"symfony/form": "~3.0|~4.0|~5.0",
"twig/twig": "^1.40|^2.9|^3"
2012-06-22 19:04:05 +02:00
},
"autoload": {
2015-05-13 03:16:59 +02:00
"psr-4": {
2015-05-13 08:39:21 +02:00
"Gregwar\\CaptchaBundle\\": "/"
2012-06-22 19:04:05 +02:00
}
2015-05-13 03:16:59 +02:00
}
2012-06-22 19:04:05 +02:00
}