From 754c2846feb23bb91447bf3f99e3458a455d6c9f Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 9 Dec 2020 13:53:16 +0800 Subject: [PATCH] update to v1.6.5 version fix composer.json bug --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 35020836..0890712a 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,7 @@ "autoload": { "psr-4": { "Framework\\": "src/Framework", - "ZM\\": "src/ZM", - "Module\\": "src/Module", - "Custom\\": "src/Custom" + "ZM\\": "src/ZM" } } } \ No newline at end of file