From cd13dfbcd8fc28f26ac89daf58313de9d4f3e25b Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 7 Oct 2016 13:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 444d6889..9552f0de 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,10 @@ "sebastian/phpcpd": "2.*", "squizlabs/php_codesniffer": "2.*", "phpdocumentor/reflection-docblock": "^2.0" - } + }, + "autoload": { + "psr-4": { + "think\\": "library/think" + } + } }