From 8ffcb48da9bb0a1fba9b678ab6e52642ceccb740 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Fri, 29 Jul 2016 17:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0installer=E7=89=88=E6=9C=AC?= 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 5d3e5b43..444d6889 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.4.0", - "topthink/think-installer": "*" + "topthink/think-installer": "~1.0" }, "require-dev": { "phpunit/phpunit": "4.8.*",