9 Star 85 Fork 24

Mr.liu/Xin Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.liu 提交于 2024-08-27 10:45 . feat: name keywords and authors
{
"name": "xineny/xin-admin",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"thinkphp",
"xin admin"
],
"homepage": "https://xinadmin.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "小刘同学",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.2.0",
"ext-pdo": "*",
"topthink/framework": "^8.0",
"topthink/think-orm": "3.0.18",
"topthink/think-filesystem": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-migration": "^3.1",
"topthink/think-view": "^2.0",
"phpmailer/phpmailer": "^6.9"
},
"require-dev": {
"symfony/var-dumper": ">=4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xineny/xin-admin.git
[email protected]:xineny/xin-admin.git
xineny
xin-admin
Xin Admin
master

搜索帮助