1 Star 0 Fork 65

cyh999/EasyAdmin8_1

forked from EasyAdmin8/EasyAdmin8 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
wolfcode 提交于 2023-11-17 12:45 . Update composer.json
{
"name": "wolfcode/easyadmin8",
"url": "https://github.com/wolf-leo/EasyAdmin8",
"description": "基于ThinkPHP8.0和Layui的快速开发的后台管理系统。",
"type": "project",
"keywords": [
"thinkphp",
"easyadmin",
"admin"
],
"homepage": "https://easyadmin8.top/",
"license": "MIT",
"authors": [
{
"name": "wolfcode"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "8.0.3",
"topthink/think-orm": "^3.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0",
"topthink/think-filesystem": "^2.0",
"aliyuncs/oss-sdk-php": "^2.6",
"qcloud/cos-sdk-v5": "^2.6",
"alibabacloud/client": "^1.5",
"jianyan74/php-excel": "^1.0.2",
"doctrine/annotations": "^1.13",
"phpoffice/phpspreadsheet": "^1.28",
"myclabs/php-enum": "^1.8",
"ext-json": "*",
"qiniu/php-sdk": "v7.11.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"eaglewu/swoole-ide-helper": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"secure-http": false
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/cyh999/EasyAdmin8_1.git
[email protected]:cyh999/EasyAdmin8_1.git
cyh999
EasyAdmin8_1
EasyAdmin8_1
main

搜索帮助