1 Star 0 Fork 65

飞牛天使 / framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈东雄 提交于 2017-06-14 16:24 . 修改symfony/console依赖
{
"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.1",
"Symfony/Console": "^3.2"
}
}
PHP
1
https://gitee.com/potatozhi/swoole_framework.git
git@gitee.com:potatozhi/swoole_framework.git
potatozhi
swoole_framework
framework
master

搜索帮助