升级composer.json

This commit is contained in:
JaguarJack 2020-09-17 21:22:23 +08:00
parent 0558764093
commit 64ab5439a6

View File

@ -19,15 +19,19 @@
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"topthink/framework": "6.0.2", "topthink/framework": "6.0.2",
"topthink/think-orm": "v2.0.31", "topthink/think-orm": "2.0.33",
"topthink/think-migration": "^3.0", "topthink/think-migration": "^3.0",
"thans/tp-jwt-auth": "1.1", "thans/tp-jwt-auth": "1.1",
"jaguarjack/think-filesystem-cloud": "dev-master", "jaguarjack/think-filesystem-cloud": "dev-master",
"overtrue/wechat": "^4.2", "overtrue/wechat": "^4.2",
"jaguarjack/migration-generator": "dev-master",
"phpoffice/phpspreadsheet": "^1.12", "phpoffice/phpspreadsheet": "^1.12",
"dragonmantank/cron-expression": "^3.0", "dragonmantank/cron-expression": "^3.0",
"symfony/finder": "^4.4" "symfony/finder": "^4.4",
"ext-posix": "*",
"ext-pcntl": "*",
"ext-json": "*",
"overtrue/easy-sms": "^1.1",
"jaguarjack/migration-generator": "dev-master"
}, },
"require-dev": { "require-dev": {
"topthink/think-trace":"^1.0", "topthink/think-trace":"^1.0",