1 Star 0 Fork 7

90逅约定/catchadmin webman 版本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
Joker 提交于 2024-05-06 19:06 +08:00 . feat:新增 excel 导出功能
{
"name": "workerman/webman",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "https://www.workerman.net",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "https://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "walkor@workerman.net",
"issues": "https://github.com/walkor/webman/issues",
"forum": "https://wenda.workerman.net/",
"wiki": "https://workerman.net/doc/webman",
"source": "https://github.com/walkor/webman"
},
"require": {
"php": ">=8.0",
"workerman/webman-framework": "^1.5.0",
"monolog/monolog": "^2.0",
"webman/think-orm": "^1.1",
"webman/console": "^1.3",
"vlucas/phpdotenv": "^5.6",
"ext-mysqli": "*",
"psr/container": "^2.0",
"php-di/php-di": "^7.0",
"doctrine/annotations": "^2.0",
"firebase/php-jwt": "^6.10",
"webman/cors": "^1.0",
"topthink/think-migration": "^3.1",
"nikic/php-parser": "^5.0",
"nette/php-generator": "^4.1",
"phpoffice/phpspreadsheet": "^2.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
},
"files": [
"./support/helpers.php",
"./support/helper.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
},
"config": {
"platform-check": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhumanito/catchadmin-webman.git
git@gitee.com:zhumanito/catchadmin-webman.git
zhumanito
catchadmin-webman
catchadmin webman 版本
master

搜索帮助