1 Star 0 Fork 0

nash-su / swf-inject

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
nash-su 提交于 2022-04-05 15:57 . 添加备注内容
{
"name": "nash-swf/inject",
"type": "library",
"description": "依赖注入容器",
"license": "MIT",
"autoload": {
"psr-4": {
"Swf\\Inject\\": "src/"
}
},
"authors": [
{
"name": "Nash",
"email": "896076336@qq.com"
}
],
"require": {
"php": ">=8.1",
"rdlowrey/auryn": "^1.4"
},
"require-dev": {
"openswoole/ide-helper": "^4.10"
}
}
PHP
1
https://gitee.com/nash-su/swf-inject.git
git@gitee.com:nash-su/swf-inject.git
nash-su
swf-inject
swf-inject
master

搜索帮助