From a67185c750a35f37e458bfcb2a1faf58990e3239 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Fri, 19 Oct 2018 16:31:51 +0800 Subject: [PATCH] fix: installation error in command line --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 275ae2a..1c66ed0 100644 --- a/composer.json +++ b/composer.json @@ -35,8 +35,8 @@ "upyun/sdk": "^3.3" }, "autoload": { - "psr-4": { - "CloudreveInstaller\\Installer\\" : "" + "psr-0": { + "CloudreveInstaller\\Installer" : "" } }, "scripts": { -- GitLab