REAPI/composer.json
2024-09-29 15:43:18 +08:00

67 lines
1.4 KiB
JSON

{
"type": "project",
"name": "zoujingli/thinkadmin",
"license": "MIT",
"homepage": "https://thinkadmin.top",
"description": "Application development framework",
"keywords": [
"ThinkAdmin",
"ThinkLibrary"
],
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"ext-gd": "*",
"ext-xml": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"endroid/qr-code": "^1.9",
"topthink/framework": "^6.0|^8.0",
"topthink/think-view": "^1.0|^2.0",
"zoujingli/ip2region": "^1.0|^2.0|*",
"zoujingli/think-library": "^6.1|*",
"zoujingli/wechat-developer": "^1.2",
"zoujingli/think-plugs-admin": "^1.0",
"webman/console": "^v1.2.35",
"zoujingli/think-plugs-worker": "^1.0",
"phpoffice/phpspreadsheet": "^1.29",
"ext-mcrypt": "*",
"ext-apcu": "*"
},
"autoload": {
"psr-0": {
"": "extend"
},
"psr-4": {
"app\\": "app"
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"minimum-stability": "stable",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer"
}
},
"config": {
"allow-plugins": {
"zoujingli/think-install": true
}
}
}