new files
This commit is contained in:
26
pro_v3.5.1/vendor/fastknife/ajcaptcha/composer.json
vendored
Normal file
26
pro_v3.5.1/vendor/fastknife/ajcaptcha/composer.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user