Source code of filesite.io.
https://filesite.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
442 B
20 lines
442 B
2 years ago
|
{
|
||
|
"name": "gregwar/captcha",
|
||
|
"type": "library",
|
||
|
"description": "Captcha generator",
|
||
|
"keywords": ["captcha", "spam", "bot"],
|
||
|
"homepage": "https://github.com/Gregwar/Captcha",
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
"ext-gd": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"symfony/finder": "*"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Gregwar\\": "src/Gregwar"
|
||
|
}
|
||
|
}
|
||
|
}
|