Update composer.json
This commit is contained in:
parent
935f74fa52
commit
dcd392e70f
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,7 @@
|
|||
"keywords": ["php", "cloud", "ThinkPHP", "file-sharing"],
|
||||
"homepage": "https://cloudreve.org",
|
||||
"type": "project",
|
||||
"license": "GPL-3.0-only",
|
||||
"minimum-stability":"dev",
|
||||
"license": "GPL-3.0-only",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Aaron",
|
||||
|
@ -32,10 +31,11 @@
|
|||
"ext-fileinfo":"*",
|
||||
"ext-gd":"*",
|
||||
"topthink/think-captcha":"1.*",
|
||||
"phpgangsta/googleauthenticator": "@dev",
|
||||
"phpgangsta/googleauthenticator": "dev-master",
|
||||
"endroid/qrcode": "1.*",
|
||||
"aliyuncs/oss-sdk-php": "~2.0",
|
||||
"sabre/dav":"~3.2.0",
|
||||
"upyun/sdk": "^3.3"
|
||||
}
|
||||
},
|
||||
"minimum-stability":"dev"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue