From f39334125bccfe40aad3b940b75ad1c653d91f16 Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Fri, 14 Sep 2018 23:34:33 +0200 Subject: [PATCH] moved to psr-4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 73b481b2..275ae2ab 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["php", "cloud", "ThinkPHP", "file-sharing"], "homepage": "https://cloudreve.org", "type": "project", - "license": "GPL-3.0-only", + "license": "GPL-3.0-only", "authors": [ { "name": "Aaron", @@ -35,8 +35,8 @@ "upyun/sdk": "^3.3" }, "autoload": { - "psr-0": { - "CloudreveInstaller\\Installer" : "" + "psr-4": { + "CloudreveInstaller\\Installer\\" : "" } }, "scripts": {