From 4c263c10839182bb82b9fa061f72420f8364f28a Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 25 Mar 2016 23:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 5d8f4d10..bc35738f 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,5 @@ "phpunit/phpunit": "4.8.*", "sebastian/phpcpd": "*", "squizlabs/php_codesniffer": "2.*" - }, - "autoload": { - "files": ["start.php"] } }