Update composer.json

pull/4/head
AaronLiu 8 years ago committed by GitHub
parent 935f74fa52
commit dcd392e70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,7 @@
"keywords": ["php", "cloud", "ThinkPHP", "file-sharing"], "keywords": ["php", "cloud", "ThinkPHP", "file-sharing"],
"homepage": "https://cloudreve.org", "homepage": "https://cloudreve.org",
"type": "project", "type": "project",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"minimum-stability":"dev",
"authors": [ "authors": [
{ {
"name": "Aaron", "name": "Aaron",
@ -32,10 +31,11 @@
"ext-fileinfo":"*", "ext-fileinfo":"*",
"ext-gd":"*", "ext-gd":"*",
"topthink/think-captcha":"1.*", "topthink/think-captcha":"1.*",
"phpgangsta/googleauthenticator": "@dev", "phpgangsta/googleauthenticator": "dev-master",
"endroid/qrcode": "1.*", "endroid/qrcode": "1.*",
"aliyuncs/oss-sdk-php": "~2.0", "aliyuncs/oss-sdk-php": "~2.0",
"sabre/dav":"~3.2.0", "sabre/dav":"~3.2.0",
"upyun/sdk": "^3.3" "upyun/sdk": "^3.3"
} },
"minimum-stability":"dev"
} }

Loading…
Cancel
Save