Browse Source

将 ThikPHP 5 版本限定在 V5.0.x,来自群友 yun-安徽 反馈。

F4NNIU 8 years ago
parent
commit
2c6e4f9421
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -16,7 +16,7 @@
     ],
     "require": {
         "php": ">=5.4.0",
-        "topthink/framework": "^5.0",
+        "topthink/framework": "5.0.*",
         "overtrue/wechat": "~3.1",
         "endroid/qrcode": "^1.9",
         "topthink/think-captcha": "^1.0",