3 Star 1 Fork 1

洛水天依/iflow_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
{
"minimum-stability": "stable",
"name": "iflow/framework",
"description": "iflowProject iflowFramework",
"require": {
"php": ">=8.1.0",
"psr/log": "~1.0",
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
"league/flysystem": "2.x",
"yurunsoft/guzzle-swoole": "^2.2",
"topthink/think-orm": "3.0.x",
"simps/mqtt": "^1.4.4",
"nikic/php-parser": "^4.10",
"phpunit/phpunit": "^9.5",
"workerman/workerman": "v5.0.0-beta.7",
"webonyx/graphql-php": "^14.9",
"iflow/template": "^0.0.1",
"iflow/router": "^0.0.1",
"iflow/emailer": "^0.0.1",
"iflow/scrapy": "^0.0.1",
"iflow/helper": "^0.0.1",
"google/protobuf": "^4.27",
"open-smf/connection-pool": "^2.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-bcmath": "*",
"ext-zlib": "*",
"ext-fileinfo": "*",
"ext-curl": "*",
"ext-ctype": "*",
"ext-sockets": "*",
"ext-gd": "*",
"ext-openssl": "*"
},
"license": "MulanPSL-2.0",
"authors": [
{
"name": "洛水天依",
"email": "2461082216@qq.com"
}
],
"autoload": {
"psr-4": {
"iflow\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"iflowTest\\": "tests"
}
},
"require-dev": {
"swoole/ide-helper": "^5.0.3"
},
"config": {
"allow-plugins": {
"yurunsoft/composer-include-files": true,
"yurunsoft/guzzle-swoole": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mkccl/iflow_framework.git
git@gitee.com:mkccl/iflow_framework.git
mkccl
iflow_framework
iflow_framework
master

搜索帮助