40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "gregwar/captcha-bundle",
|
|
"type": "captcha-bundle",
|
|
"description": "Captcha bundle",
|
|
"keywords": ["symfony2", "symfony", "captcha", "bot", "visual", "code", "security", "spam"],
|
|
"homepage": "https://github.com/Gregwar/CaptchaBundle",
|
|
"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"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"ext-gd": "*",
|
|
"gregwar/captcha": "~1.1",
|
|
"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"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gregwar\\CaptchaBundle\\": "/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require-dev": {
|
|
"symplify/easy-coding-standard": "^6.1"
|
|
}
|
|
}
|