Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-01 21:44:29 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-07 09:48:00 +0300
commit1e086064f5b7ebf2d00d024874a1ecf4cf9d13b5 (patch)
treed723c19000a7971215e6fee12a468ffc9cf3c04f /composer.json
parent9895aff4d92a738ea3248a1c03442e83fab02643 (diff)
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.json6
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"