mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 02:18:41 +00:00
34 lines
800 B
JSON
34 lines
800 B
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": "g.passault@gmail.com",
|
|
"homepage": "http://www.gregwar.com/"
|
|
},
|
|
{
|
|
"name": "Jeremy Livingston",
|
|
"email": "jeremy.j.livingston@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"symfony/finder": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gregwar\\": "src/Gregwar"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.4"
|
|
}
|
|
}
|