1 Star 0 Fork 13

flclover / vueadmin-webman

forked from 寒塘冷月 / vueadmin-webman 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
寒塘冷月 提交于 2022-08-20 23:52 . 首次更新
{
"name": "workerman/webman",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "http://www.workerman.net",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "walkor@workerman.net",
"issues": "https://github.com/walkor/webman/issues",
"forum": "http://wenda.workerman.net/",
"wiki": "http://workerman.net/doc/webman",
"source": "https://github.com/walkor/webman"
},
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.4.0",
"monolog/monolog": "^2.0",
"topthink/think-orm": "^2.0",
"phpoffice/phpspreadsheet": "^1.24",
"aliyuncs/oss-sdk-php": "^2.6",
"qcloud/cos-sdk-v5": "^2.5",
"topthink/think-image": "^1.0",
"qiniu/php-sdk": "^7.3",
"lcobucci/jwt": "^4.1",
"yzh52521/webman-validate": "^0.1.2",
"webman/log": "^1.0",
"webman/think-cache": "^1.0",
"webman/event": "^1.0",
"symfony/translation": "^5.4",
"workerman/crontab": "^1.0",
"lengyue/captcha": "^1.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"App\\": "./app"
},
"psr-0" : {
"": "extend/"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/flclover/vueadmin-webman.git
git@gitee.com:flclover/vueadmin-webman.git
flclover
vueadmin-webman
vueadmin-webman
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891