From 454e1fcd5538170fb3900344ef29e82e0ef41137 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 10 Jul 2020 16:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 21cc8b5..4db7b5e 100644 --- a/composer.json +++ b/composer.json @@ -22,17 +22,16 @@ "topthink/think-orm": "v2.0.31", "topthink/think-migration": "^3.0", "thans/tp-jwt-auth": "^1.0", - "workerman/workerman": "^3.5", "jaguarjack/think-filesystem-cloud": "dev-master", "overtrue/wechat": "^4.2", "ext-json": "*", "jaguarjack/migration-generator": "dev-master", - "ext-zip": "*", - "phpoffice/phpspreadsheet": "^1.12" + "ext-zip": "*", + "phpoffice/phpspreadsheet": "^1.12", + "ext-pcntl": "*" }, "require-dev": { "topthink/think-trace":"^1.0", - "phpunit/phpunit": "^7.5", "symfony/var-dumper": "^5.1" }, "autoload": { @@ -55,8 +54,7 @@ "scripts": { "post-autoload-dump": [ "@php think service:discover", - "@php think vendor:publish", - "@php think catch-service:discover" + "@php think vendor:publish" ] } }