diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-01 20:44:29 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-07 08:48:00 +0200 |
commit | 1e086064f5b7ebf2d00d024874a1ecf4cf9d13b5 (patch) | |
tree | d723c19000a7971215e6fee12a468ffc9cf3c04f /composer.json | |
parent | 9895aff4d92a738ea3248a1c03442e83fab02643 (diff) | |
download | nextcloud-server-1e086064f5b7ebf2d00d024874a1ecf4cf9d13b5.tar.gz nextcloud-server-1e086064f5b7ebf2d00d024874a1ecf4cf9d13b5.zip |
Move legacy classes from PSR0 to PSR4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json index ea99a098557..fae1c7a221d 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,8 @@ "optimize-autoloader": true }, "autoload" : { - "psr-0": { - "": "lib/private/legacy" - }, - "psr-4": { + "psr-4": { + "": "lib/private/legacy", "OC\\": "lib/private", "OC\\Core\\": "core/", "OCP\\": "lib/public" |