1 Star 0 Fork 49

frank/laravel-s

forked from Xie Biao/laravel-s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2020-12-16 11:02 . optimize composer.json
{
"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",
"ext-curl": "*",
"ext-json": "*",
"ext-pcntl": "*",
"swoole/ide-helper": "@dev",
"symfony/console": ">=2.7.0"
},
"suggest": {
"ext-swoole": "Coroutine-based concurrency library for PHP, 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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fkgte/laravel-s.git
git@gitee.com:fkgte/laravel-s.git
fkgte
laravel-s
laravel-s
master

搜索帮助