更改依赖

This commit is contained in:
JaguarJack 2020-04-22 05:54:15 +08:00
parent 67b810b06f
commit fd9ce382db
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,8 @@
"thans/tp-jwt-auth": "^1.0", "thans/tp-jwt-auth": "^1.0",
"workerman/workerman": "^3.5", "workerman/workerman": "^3.5",
"jaguarjack/think-filesystem-cloud": "dev-master", "jaguarjack/think-filesystem-cloud": "dev-master",
"overtrue/wechat": "^4.2" "overtrue/wechat": "^4.2",
"ext-json": "*"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^4.2", "symfony/var-dumper": "^4.2",

3
composer.lock generated
View File

@ -3181,5 +3181,6 @@
"platform": { "platform": {
"php": ">=7.1.0" "php": ">=7.1.0"
}, },
"platform-dev": [] "platform-dev": [],
"plugin-api-version": "1.1.0"
} }