2 Star 39 Fork 6

catchadmin/catchadmin webman 版本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
Joker 提交于 2025-04-19 12:23 +08:00 . feat: 升级到 webman2.x
{
"name": "catchadmin/webman",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "https://catchadmin.com",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "JaguarJack",
"email": "njphper@gmail.com",
"homepage": "https://catchadmin.com",
"role": "Developer"
}
],
"support": {
"email": "njphper@gmail.com",
"issues": "https://catchadmin.com/forum",
"forum": "https://catchadmin.com/forum",
"wiki": "https://catchadmin.com/docs/3.0/start/webman",
"source": "https://gitee.com/catchadmin/catchadmin-webman"
},
"require": {
"php": ">=8.0",
"workerman/webman-framework": "^v2.1.2",
"monolog/monolog": "^2.0",
"webman/think-orm": "^v2.1.3",
"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": "^4.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/catchadmin/catchadmin-webman.git
git@gitee.com:catchadmin/catchadmin-webman.git
catchadmin
catchadmin-webman
catchadmin webman 版本
master

搜索帮助