1 Star 0 Fork 0

乌啦啦XX / DI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
actors315 提交于 2019-01-27 13:48 . 创建版本
{
"name": "twinkle/di",
"description": "实现PSR-11容器接口",
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.6.0",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
"Twinkle\\DI\\": "src/"
}
}
}
PHP
1
https://gitee.com/actors315/DI.git
git@gitee.com:actors315/DI.git
actors315
DI
DI
master

搜索帮助