mirror of https://gitee.com/karson/fastadmin.git
30 lines
733 B
JSON
30 lines
733 B
JSON
{
|
|
"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": "karson@fastadmin.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"topthink/framework": "~5.0.24",
|
|
"topthink/think-captcha": "^1.0",
|
|
"phpmailer/phpmailer": "~6.1.6",
|
|
"karsonzhang/fastadmin-addons": "~1.1.11",
|
|
"overtrue/pinyin": "~3.0",
|
|
"phpoffice/phpspreadsheet": "^1.2"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|