1 Star 0 Fork 616

hymanhu1/funadmin

forked from funadmin/funadmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
funadmin 提交于 2024-04-04 10:08 . fix:增加pinyin
{
"name": "funadmin/funadmin",
"description": "FunAdmin是一个基于thinkphp8,Layui,requirejs的k开发应用框架",
"type": "project",
"license": "Apache-2.0",
"keywords": [
"FunAdmin","CMS","CMF","LowCode","Layui","TP8",
"easywechat", "framework","TP6","ORM",
"thinkphp", "thinkphp6","thinkphp8"
],
"homepage": "https://www.funadmin.com",
"authors": [
{
"name": "funadmin",
"email": "994927909@qq.com"
}
],
"support": {
"email": "994927909@qq.com",
"issues": "https://gitee.com/funadmin/funadmin/issues",
"forum": "https://bbs.funadmin.com/",
"wiki": "https://doc.funadmin.com",
"source": "https://gitee.com/funadmin/funadmin"
},
"require": {
"php": ">=8.0.0",
"ext-json": "*",
"topthink/framework": "^8.0.3",
"topthink/think-orm": "3.0.*",
"topthink/think-view": "^2.0",
"topthink/think-image": "^1.0",
"topthink/think-captcha": "^3.0.9",
"topthink/think-helper": "^3.1",
"topthink/think-multi-app": "^1.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-trace": "^1.6",
"topthink/think-queue": "^3.0",
"topthink/think-throttle": "^2.0",
"doctrine/annotations": "^2.0.0",
"ramsey/uuid": "^4.7",
"phpoffice/phpspreadsheet": "^1.28",
"guzzlehttp/guzzle": "^7.7",
"firebase/php-jwt": "*",
"overtrue/pinyin": "^5.3"
},
"require-dev": {
"symfony/var-dumper": "^4.4"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
},
"files": [
"extend/fun/helper.php"
]
},
"extra": {
"think": {
"services": [
]
}
},
"config": {
"preferred-install": "dist"
,
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish",
"@php think curd:config",
"@php think addons:config",
"@php think builder:config",
"@php think auth:config"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hymanhu/funadmin.git
git@gitee.com:hymanhu/funadmin.git
hymanhu
funadmin
funadmin
main

搜索帮助