加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
熊孝兵 提交于 2019-10-31 12:00 . :package:Updating compiled files or packages.
{
"name": "wisp-x/lsky-pro",
"description": "Lsky Pro, your photo album on the cloud.",
"type": "project",
"keywords": [
"lsky",
"lsky Pro"
],
"homepage": "https://www.lsky.pro",
"license": "GPL-3.0",
"authors": [
{
"name": "Wisp X",
"email": "1591788658@qq.com"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"topthink/think-captcha": "^2.0",
"aliyuncs/oss-sdk-php": "^2.3",
"qiniu/php-sdk": "^7.2",
"upyun/sdk": "^3.3",
"qcloud/cos-sdk-v5": "^1.2",
"topthink/think-image": "^1.0",
"phpmailer/phpmailer": "^6.0",
"nicolab/php-ftp-client": "^1.5"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化