1 Star 0 Fork 48

守望者520 / laravel-s

forked from 川流不息 / laravel-s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2020-06-04 21:35 . add coverage
{
"name": "hhxsv5/laravel-s",
"type": "library",
"license": "MIT",
"support": {
"issues": "https://github.com/hhxsv5/laravel-s/issues",
"source": "https://github.com/hhxsv5/laravel-s"
},
"description": "🚀 LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.",
"keywords": [
"laravels",
"laravel-s",
"swoole",
"laravel",
"lumen",
"async",
"coroutine",
"server",
"http",
"websocket",
"tcp",
"udp",
"process",
"task",
"timer",
"inotify",
"performance"
],
"homepage": "https://github.com/hhxsv5/laravel-s",
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"require": {
"php": ">=5.5.9",
"symfony/console": ">=2.7.0",
"ext-json": "*",
"ext-pcntl": "*",
"swoole/ide-helper": "@dev",
"ext-curl": "*"
},
"suggest": {
"ext-swoole": "Coroutine based Async PHP programming framework, require >= 1.7.19.",
"ext-inotify": "Inotify, used to real-time reload."
},
"autoload": {
"psr-4": {
"Hhxsv5\\LaravelS\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Hhxsv5\\LaravelS\\Illuminate\\LaravelSServiceProvider"
]
}
},
"bin": [
"bin/fswatch"
],
"prefer-stable": true,
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": ">=4.8.36"
},
"autoload-dev": {
"psr-4": {
"Hhxsv5\\LaravelS\\Tests\\": "tests"
}
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
}
}
PHP
1
https://gitee.com/sqrt/laravel-s.git
git@gitee.com:sqrt/laravel-s.git
sqrt
laravel-s
laravel-s
master

搜索帮助