加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
hejinyu 提交于 2019-08-14 19:17 . Update composer.json
{
"name": "rongcloud/php-sdk",
"description": "Rong Cloud Server SDK in PHP.",
"keywords": ["rongcloud", "rong cloud", "rlcoud", "sdk"],
"homepage": "https://www.rongcloud.cn",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Rong Cloud",
"email": "support@rongcloud.cn",
"homepage": "https://github.com/rongcloud/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {"RongCloud\\": "RongCloud"}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化