CaptchaBundle/composer.json

40 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2012-06-22 19:04:05 +02:00
{
2021-05-28 11:53:54 +02:00
"name": "cadoles/captcha",
2020-02-29 20:22:54 +01:00
"type": "symfony-bundle",
2012-06-22 19:04:05 +02:00
"description": "Captcha bundle",
"keywords": ["symfony2", "symfony", "captcha", "bot", "visual", "code", "security", "spam"],
2021-05-28 11:53:54 +02:00
"homepage": "https://github.com/Cadoles/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": {
2021-04-18 11:06:03 +02:00
"php": ">=7.1.3",
"ext-gd": "*",
2021-01-09 01:01:13 +01:00
"gregwar/captcha": "^1.1.9",
"symfony/form": "~4.0|~5.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/translation": "~4.0|^5.0",
"twig/twig": "^2.10|^3.0"
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
}
},
"config": {
"sort-packages": true
2020-01-03 00:09:09 +01:00
},
"require-dev": {
"symplify/easy-coding-standard": "^6.1"
2015-05-13 03:16:59 +02:00
}
2012-06-22 19:04:05 +02:00
}