From 622071256e06278ba600caeec7404f498dc8e15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Sep 2020 00:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bb1cd4ac..8a733f2d 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,11 @@ }, "autoload": { "psr-4": { - "Snowflake\\": "./system", - "HttpServer\\": "./http-server", - "validator\\": "./validator", - "Console\\": "./Console", - "Database\\": "./Database" + "Snowflake\\": "./system/", + "HttpServer\\": "./http-server/", + "validator\\": "./validator/", + "Console\\": "./Console/", + "Database\\": "./Database/" }, "files": [ "error.php",