1 Star 0 Fork 91

ShireliBeg / framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩天峰 提交于 2018-09-13 17:06 . update deps
{
"name" : "swoole/framework",
"description": "PHP Networking framework & Application Server.",
"type" : "library",
"keywords" : ["library", "websocket", "server", "webserver", "client", "socket", "framework"],
"homepage" : "http://www.swoole.com/",
"license" : "LGPL",
"autoload": {
"psr-0": {"Swoole": "libs/"}
},
"authors" : [
{
"name" : "Tianfeng Han",
"email": "mikan.tenny@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"filp/whoops": "^2.2",
"Symfony/Console": "^4.1"
}
}
PHP
1
https://gitee.com/ShireliBeg/swoole_framework.git
git@gitee.com:ShireliBeg/swoole_framework.git
ShireliBeg
swoole_framework
framework
master

搜索帮助