1 Star 0 Fork 0

洛水天依/iflow_container

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "iflow/container",
"description": "iflow_container",
"license": "MulanPSL-2.0",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"iflow\\Container\\": "src/",
"app\\": "app"
}
},
"autoload-dev": {
"psr-4": {
"Test\\": "tests/"
}
},
"authors": [
{
"name": "洛水天依",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.1",
"psr/container": "~1.0",
"phpunit/phpunit": "^9.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mkccl/iflow_container.git
[email protected]:mkccl/iflow_container.git
mkccl
iflow_container
iflow_container
master

搜索帮助