From 83330796a3b2d955c1f6df8439227bcc0da8bd9f Mon Sep 17 00:00:00 2001 From: Karson Date: Mon, 10 Dec 2018 10:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/config.php b/application/config.php index 823b5b6c..e92e5504 100755 --- a/application/config.php +++ b/application/config.php @@ -272,7 +272,7 @@ return [ //自动检测更新 'checkupdate' => false, //版本号 - 'version' => '1.0.0.20181127_beta', + 'version' => '1.0.0.20181210_beta', //API接口地址 'api_url' => 'https://api.fastadmin.net', ], diff --git a/composer.json b/composer.json index 827f9f2d..f37b8cc6 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "fastadmin", "thinkphp" ], - "homepage": "http://www.fastadmin.net/", + "homepage": "https://www.fastadmin.net/", "license": "Apache-2.0", "authors": [ { @@ -16,7 +16,7 @@ ], "require": { "php": ">=5.4.0", - "topthink/framework": "~5.0.14", + "topthink/framework": "~5.0.23", "overtrue/wechat": "~3.1", "endroid/qr-code": "^1.9", "topthink/think-captcha": "^1.0",