From b78c16e3251e9a1d1cebb0bd9ade37b5cfcacd19 Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Thu, 7 Mar 2019 13:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E6=8E=92=E5=BA=8F=E3=80=81=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B32.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vilson <545522390@qq.com> --- composer.json | 3 ++- config/app.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4f9000c..ad318f8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "overtrue/easy-sms": "^1.1", "phpoffice/phpspreadsheet": "^1.5", "firebase/php-jwt": "^5.0", - "phpmailer/phpmailer": "^6.0" + "phpmailer/phpmailer": "^6.0", + "weiwei/api-doc": "dev-master" }, "autoload": { "psr-4": { diff --git a/config/app.php b/config/app.php index 20e0b81..514fc5f 100644 --- a/config/app.php +++ b/config/app.php @@ -6,7 +6,7 @@ return [ // 应用名称 'app_name' => 'pearProject', // 应用版本 - 'app_version' => '2.2.3', + 'app_version' => '2.2.4', // 应用地址 'app_host' => '', // 应用调试模式