1 Star 0 Fork 0

Wang Ningkai / Composer-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wang Ningkai 提交于 2019-10-17 22:32 . 更改依赖
{
"name": "wangningkai/composer-example",
"description": "composer-example",
"version": "1.0.0",
"type": "library",
"keywords": ["composer", "example"],
"license": "MIT",
"authors": [{
"name": "wangningkai",
"email": "i@ningkai.wang"
}],
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-4": {
"App\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
1
https://gitee.com/wangningkai/composer-example.git
git@gitee.com:wangningkai/composer-example.git
wangningkai
composer-example
Composer-example
master

搜索帮助