48 lines
989 B
JSON
48 lines
989 B
JSON
{
|
|
"name": "cccyun/toolbox",
|
|
"description": "CCCYUN TOOLBOX",
|
|
"type": "project",
|
|
"keywords": [
|
|
"aoaostar",
|
|
"toolbox"
|
|
],
|
|
"homepage": "http://tool.cccyun.cc/",
|
|
"license": "GPL-3.0-only",
|
|
"require": {
|
|
"php": ">=7.3.5",
|
|
"topthink/framework": "^6.0.0",
|
|
"topthink/think-orm": "^2.0",
|
|
"topthink/think-view": "^1.0",
|
|
"topthink/think-migration": "^3.0",
|
|
"cccyun/think-captcha": "^3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-zip": "*",
|
|
"ext-pdo": "*",
|
|
"ext-iconv": "*",
|
|
"khanamiryan/qrcode-detector-decoder": "1.0.5.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.2",
|
|
"topthink/think-trace": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app",
|
|
"plugin\\": "plugin"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
}
|
|
}
|