From 64ab5439a6fa5100d77bb4fb0ac8c904815e6b88 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Thu, 17 Sep 2020 21:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b343218..7a3efd7 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,19 @@ "require": { "php": ">=7.1.0", "topthink/framework": "6.0.2", - "topthink/think-orm": "v2.0.31", + "topthink/think-orm": "2.0.33", "topthink/think-migration": "^3.0", "thans/tp-jwt-auth": "1.1", "jaguarjack/think-filesystem-cloud": "dev-master", "overtrue/wechat": "^4.2", - "jaguarjack/migration-generator": "dev-master", "phpoffice/phpspreadsheet": "^1.12", "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": { "topthink/think-trace":"^1.0",