From 2c6e4f9421558bdc6e36f4597d1dcfaf3c9fe5dd Mon Sep 17 00:00:00 2001
From: F4NNIU <sparkamax@gmail.com>
Date: Tue, 2 Jan 2018 08:54:02 +0800
Subject: [PATCH] 将 ThikPHP 5 版本限定在 V5.0.x,来自群友 yun-安徽 反馈。

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 76dc89d..159761b 100755
--- a/composer.json
+++ b/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",
--
libgit2 0.24.0