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.
26 lines
610 B
26 lines
610 B
{
|
|
"name": "fastknife/ajcaptcha",
|
|
"description": "This is a behavior verification code PHP back-end implementation package",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "bruce",
|
|
"email": "2777314125@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-gd": "*",
|
|
"ext-openssl": "*",
|
|
"intervention/image": "^2.5",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"license": "GPL-3.0-only",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fastknife\\": "src"
|
|
}
|
|
}
|
|
}
|
|
|