1 Star 0 Fork 0

huiing / mycomposer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
huiing 提交于 2021-05-20 12:22 . 第一个composer包
{
"name": "huing/test",
"description": "A simple and mini PHP upload class",
"require": {
"php": ">=5.6"
},
"license": "MIT",
"authors": [
{
"name": "huiing",
"email": "li734462972@live.cn"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"MyTools\\": "src/"
}
}
}
1
https://gitee.com/huiing/mycomposer.git
git@gitee.com:huiing/mycomposer.git
huiing
mycomposer
mycomposer
master

搜索帮助