1 Star 0 Fork 115

yg178 / IMI

forked from 宇润 / imi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2018-06-21 10:02 . 更新composer协议
{
"name": "yurunsoft/imi",
"type": "library",
"license": "Apache-2.0",
"description": "基于 Swoole 开发的协程 PHP 开发框架,常驻内存、协程异步,致力于丰富框架文档,上手容易,让开发者跟使用传统 MVC 框架一样顺手",
"require": {
"php": ">=7.0.0",
"doctrine/annotations": "1.4",
"psr/log": "1.0.2",
"psr/container": "1.0.0",
"psr/http-message": "1.0.0",
"psr/http-server-middleware": "1.0.0",
"psr/simple-cache": "1.0.1"
},
"require-dev": {
"swoft/swoole-ide-helper": "~2.0"
},
"autoload": {
"psr-4" : {
"Imi\\" : "src/"
}
}
}
PHP
1
https://gitee.com/hwsyy/IMI.git
git@gitee.com:hwsyy/IMI.git
hwsyy
IMI
IMI
master

搜索帮助