From 7cb78c3e743d8dc8cf2a6b62052f481d5e2366fb Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 16 Oct 2017 18:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 71287da..67a4986 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ ] }, "require-dev": { - "topthink/framework": "^5.0" + "topthink/framework": "5.1.x-dev" } }