Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
composer.jsonaa 958 Bytes
Copy Edit Raw Blame History
tpper authored 2024-03-20 11:18 . 腾讯云客服
{
"name": "karsonzhang/fastadmin",
"description": "the fastest admin framework",
"type": "project",
"keywords": [
"fastadmin",
"thinkphp"
],
"homepage": "https://www.fastadmin.net/",
"license": "Apache-2.0",
"authors": [
{
"name": "Karson",
"email": "karsonzhang@163.com"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.3",
"topthink/framework": "~5.0.24",
"overtrue/wechat": "~3.1",
"endroid/qr-code": "^1.9",
"topthink/think-captcha": "^1.0",
"mtdowling/cron-expression": "^1.2",
"phpmailer/phpmailer": "^5.2",
"karsonzhang/fastadmin-addons": "~1.1.9",
"overtrue/pinyin": "~3.0",
"phpoffice/phpspreadsheet": "^1.2",
"wechatpay/wechatpay": "^1.0.5",
"wechatpay/wechatpay-guzzle-middleware": "^0.2.0"
},
"config": {
"preferred-install": "dist"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化