去除不必要的包

This commit is contained in:
JaguarJack 2020-07-10 16:38:42 +08:00
parent 5584fa66da
commit 454e1fcd55

View File

@ -22,17 +22,16 @@
"topthink/think-orm": "v2.0.31", "topthink/think-orm": "v2.0.31",
"topthink/think-migration": "^3.0", "topthink/think-migration": "^3.0",
"thans/tp-jwt-auth": "^1.0", "thans/tp-jwt-auth": "^1.0",
"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": "*", "ext-json": "*",
"jaguarjack/migration-generator": "dev-master", "jaguarjack/migration-generator": "dev-master",
"ext-zip": "*", "ext-zip": "*",
"phpoffice/phpspreadsheet": "^1.12" "phpoffice/phpspreadsheet": "^1.12",
"ext-pcntl": "*"
}, },
"require-dev": { "require-dev": {
"topthink/think-trace":"^1.0", "topthink/think-trace":"^1.0",
"phpunit/phpunit": "^7.5",
"symfony/var-dumper": "^5.1" "symfony/var-dumper": "^5.1"
}, },
"autoload": { "autoload": {
@ -55,8 +54,7 @@
"scripts": { "scripts": {
"post-autoload-dump": [ "post-autoload-dump": [
"@php think service:discover", "@php think service:discover",
"@php think vendor:publish", "@php think vendor:publish"
"@php think catch-service:discover"
] ]
} }
} }