加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
tbq 提交于 2024-11-22 09:58 . ii
{
"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.3",
"monolog/monolog": "^2.9",
"tinywan/jwt": "^1.2",
"workerman/webman-framework": "^1.5.0",
"webman/admin": "^0.6.25",
"webman/console": "^1.3",
"illuminate/database": "^8.83",
"illuminate/pagination": "^8.83",
"illuminate/events": "^8.83",
"symfony/var-dumper": "^5.4",
"shopwwi/webman-search": "^1.0",
"meilisearch/meilisearch-php": "^1.8",
"psr/log": "^1.1",
"firebase/php-jwt": "^6.10",
"fukuball/jieba-php": "dev-master",
"guzzlehttp/guzzle": "^7.8",
"paquettg/php-html-parser": "^2.2",
"mtownsend/xml-to-array": "^2.0",
"webman/event": "^1.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化