1 Star 0 Fork 1

彭大摩/think-swoole

forked from ThinkPHP/think-swoole 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
云无心 提交于 2023-08-25 17:09 +08:00 . 更新依赖
{
"name": "topthink/think-swoole",
"description": "Swoole extend for thinkphp",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-swoole": ">=4.6",
"nette/php-generator": "^4.0",
"open-smf/connection-pool": ">=1.0",
"stechstudio/backoff": "^1.2",
"swoole/ide-helper": "^4.3",
"symfony/finder": "^4.3.2|^5.1",
"topthink/framework": "^6.0|^8.0"
},
"require-dev": {
"symfony/var-dumper": "^4.3|^5.1",
"topthink/think-tracing": "^1.0",
"topthink/think-queue": "^3.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"think\\swoole\\": "src"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"think\\tests\\swoole\\": "tests/"
}
},
"extra": {
"think": {
"services": [
"think\\swoole\\Service"
],
"config": {
"swoole": "src/config/swoole.php"
}
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"platform-check": false,
"platform": {
"ext-swoole": "4.6.1",
"ext-fileinfo": "1.0.4"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/gszyboy/think-swoole.git
git@gitee.com:gszyboy/think-swoole.git
gszyboy
think-swoole
think-swoole
4.0

搜索帮助