From db555dde004c12c7dfe0ff421bb669945a5217ef Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 30 May 2019 13:23:27 +0200 Subject: Add the legacy classes to the composer classmap To have a faster autoloading. We should get rid of those of course. But for now I do not see it happening any time soon. Signed-off-by: Roeland Jago Douma --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index c75586ee105..0cace89979c 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,9 @@ "optimize-autoloader": true }, "autoload" : { + "psr-0": { + "": "lib/private/legacy" + }, "psr-4": { "OC\\": "lib/private", "OC\\Core\\": "core/", -- cgit v1.2.3