修改 composer.json

This commit is contained in:
JaguarJack 2019-01-26 18:05:21 +08:00
parent 7ac093e814
commit ba32574d9f

View File

@ -19,11 +19,14 @@
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"wyw/permission": "dev-master",
"topthink/think-captcha": "^2.0"
"topthink/think-captcha": "^2.0",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"app\\": "application"
"app\\": "application",
"thinking\\socialite\\": "extend/socialite/src"
}
},
"extra": {