1 Star 0 Fork 117

董志强 / imi

forked from 宇润 / imi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2019-12-27 13:12 . 更新 composer.json
{
"name": "yurunsoft/imi",
"type": "library",
"license": "Apache-2.0",
"description": "基于 Swoole 开发的协程 PHP 开发框架,常驻内存、协程异步,致力于丰富框架文档,上手容易,让开发者跟使用传统 MVC 框架一样顺手",
"require": {
"php": ">=7.1.0",
"ext-swoole": ">=4.3",
"yurunsoft/swoole-co-pool": "^1.1.0",
"yurunsoft/doctrine-annotations": "^1.73.0",
"psr/log": "~1.0",
"psr/container": "~1.0",
"psr/http-message": "~1.0",
"psr/http-server-middleware": "~1.0",
"psr/simple-cache": "~1.0",
"vlucas/phpdotenv": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4" : {
"Imi\\" : "src/"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Imi\\Test\\": "tests/unit/"
}
},
"prefer-stable": true,
"bin": [
"bin/imi"
],
"scripts": {
"test": "./tests/run",
"install-test": "php --ri swoole && composer install && cd ./tests && composer install && cd ../ && composer test"
}
}
PHP
1
https://gitee.com/dong_zhi_qiang/IMI.git
git@gitee.com:dong_zhi_qiang/IMI.git
dong_zhi_qiang
IMI
imi
master

搜索帮助