1 Star 0 Fork 0

洛水天依/iflow_template

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

搜索帮助