1 Star 0 Fork 8

ai567/MaDong

forked from motion-code/MaDong 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.April 提交于 2024-11-13 00:42 . wip: 持续优化安装脚本
{
"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": "[email protected]",
"homepage": "https://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"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": ">=7.2",
"workerman/webman-framework": "^1.5.0",
"monolog/monolog": "^2.0",
"webman/redis-queue": "^1.3",
"webman/console": "^1.3",
"webman/event": "^1.0",
"webman/think-orm": "^1.1",
"spatie/macroable": "^2.0",
"firebase/php-jwt": "^6.10",
"symfony/cache": "^7.1",
"psr/simple-cache": "^3.0",
"webman/captcha": "^1.0",
"ramsey/uuid": "^4.7",
"topthink/think-validate": "^2.0",
"jenssegers/agent": "^2.6",
"vlucas/phpdotenv": "^5.6",
"workerman/crontab": "^1.0",
"webman-tech/symfony-lock": "^2.0",
"aliyuncs/oss-sdk-php": "^2.7",
"qcloud/cos-sdk-v5": "^2.6",
"qiniu/php-sdk": "^7.14",
"league/flysystem-aws-s3-v3": "^3.29",
"erusev/parsedown": "^1.7"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components",
"madong\\": "./madong"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quanzhan567/MaDong.git
[email protected]:quanzhan567/MaDong.git
quanzhan567
MaDong
MaDong
master

搜索帮助