1 Star 0 Fork 115

祀画 / imi

forked from 宇润 / imi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2021-01-13 09:21 . 修复测试
{
"name": "yurunsoft/imi",
"type": "library",
"license": "MulanPSL-1.0",
"description": "imi 是基于 PHP Swoole 的高性能协程应用开发框架,它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。",
"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": {
"yurunsoft/ide-helper": "~1.0",
"swoole/ide-helper": "^4.6",
"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"
},
"extra": {
"ide-helper": {
"list": [
"redis"
]
}
}
}
PHP
1
https://gitee.com/135781/IMI.git
git@gitee.com:135781/IMI.git
135781
IMI
imi
dev

搜索帮助