Files
toolbox/composer.json
T

53 lines
1.1 KiB
JSON

{
"name": "cccyun/toolbox",
"description": "CCCYUN TOOLBOX",
"type": "project",
"keywords": [
"aoaostar",
"toolbox"
],
"homepage": "http://tool.cccyun.cc/",
"license": "GPL-3.0-only",
"require": {
"php": ">=8.2.0",
"topthink/framework": "^8.1.0",
"topthink/think-orm": "^3.0|^4.0",
"topthink/think-filesystem": "^2.0|^3.0",
"topthink/think-view": "^2.0",
"topthink/think-migration": "^3.0",
"cccyun/think-captcha": "^3.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-pdo": "*",
"ext-iconv": "*",
"cccyun/php-whois": "^1.2",
"khanamiryan/qrcode-detector-decoder": "^2.0"
},
"require-dev": {
"topthink/think-dumper": "^1.0",
"topthink/think-trace": "^2.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"
]
}
}