1 Star 0 Fork 17

zhangruolin/MiniProgramSDK

forked from hillpy/MiniProgramSDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
shinn_lancelot 提交于 2018-09-20 14:18 . 1. 完善composer.json
{
"name": "hillpy/mini-program-sdk",
"description": "a miniprogram sdk",
"keywords": ["小程序", "miniprogram", "微信", "wechat"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "shinn_lancelot",
"email": "[email protected]",
"homepage": "https://hillpy.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"support": {
"issues": "https://github.com/hillpy/MiniProgramSDK/issues"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"hillpy\\MiniProgramSDK\\": "src/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhangruolin/MiniProgramSDK.git
[email protected]:zhangruolin/MiniProgramSDK.git
zhangruolin
MiniProgramSDK
MiniProgramSDK
master

搜索帮助