Current File : /home/kelaby89/king-babylon.hair/vendor/gregwar/captcha/composer.json |
{
"name": "gregwar/captcha",
"type": "captcha",
"description": "Captcha generator",
"keywords": ["captcha", "spam", "bot"],
"homepage": "https://github.com/Gregwar/Captcha",
"license": "MIT",
"authors": [
{
"name": "Grégoire Passault",
"email": "[email protected]",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"ext-gd": "*"
},
"autoload": {
"psr-4": {
"Gregwar\\Captcha\\": "/"
}
}
}