mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
29 lines
818 B
JSON
29 lines
818 B
JSON
{
|
|
"type": "project",
|
|
"name": "zoujingli/thinkadmin",
|
|
"license": "MIT",
|
|
"keywords": ["thinkphp", "thinkadmin"],
|
|
"homepage": "http://demo.thinkadmin.top",
|
|
"description": "ThinkAdmin Developer CMF",
|
|
"authors": [{"name": "Anyon", "email": "zoujingli@qq.com"}],
|
|
"extra": {"think-path": "thinkphp"},
|
|
"config": {"preferred-install": "dist"},
|
|
"autoload": {"psr-4": {"app\\": "application"}},
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"qiniu/php-sdk": "^7.2",
|
|
"endroid/qr-code": "^1.9",
|
|
"topthink/framework": "^5.1",
|
|
"zoujingli/ip2region": "^1.0",
|
|
"aliyuncs/oss-sdk-php": "^2.2",
|
|
"topthink/think-captcha": "^2.0",
|
|
"zoujingli/weopen-developer": "^1.1"
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://packagist.laravel-china.org"
|
|
}
|
|
}
|
|
}
|