Quellcode durchsuchen

更新版本号

Karson vor 6 Jahren
Ursprung
Commit
83330796a3
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      application/config.php
  2. 2 2
      composer.json

+ 1 - 1
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',
     ],

+ 2 - 2
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",