4 Star 22 Fork 8

宇润 / swoole-co-pool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "yurunsoft/swoole-co-pool",
"license": "MIT",
"require": {
},
"require-dev": {
"phpunit/phpunit": ">=7",
"swoole/ide-helper": "^4",
"friendsofphp/php-cs-fixer": "2.18.3",
"phpstan/phpstan": "0.12.82"
},
"autoload": {
"psr-4": {
"Yurun\\Swoole\\CoPool\\": "./src"
},
"files": [
"./src/function.php"
]
},
"autoload-dev": {
"psr-4": {
"Yurun\\Swoole\\CoPool\\Test\\": "./tests/test"
}
},
"scripts": {
"test": "./tests/phpunit -c ./tests/phpunit.xml"
}
}
PHP
1
https://gitee.com/yurunsoft/swoole-co-pool.git
git@gitee.com:yurunsoft/swoole-co-pool.git
yurunsoft
swoole-co-pool
swoole-co-pool
develop

搜索帮助