bebeboutik/tools/math-captcha/composer.json
Michael RICOIS 2c870b56f4 Add captcha
2018-03-05 17:05:47 +01:00

22 lines
422 B
JSON

{
"name": "magkopian/php-math-captcha",
"description": "A simple class for generating and validating math captcha images",
"keywords": ["captcha","math captcha","antispam","captcha class"],
"license": "MIT",
"authors": [
{
"name": "Manolis Agkopian",
"email": "m.agkopian@gmail.com"
}
],
"require": {
"php": ">=5.0.0",
"ext-gd": "*"
},
"autoload": {
"psr-0": {
"MathCaptcha": "src/"
}
}
}