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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-05-30 14:23:27 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-05-30 14:23:27 +0300
commitdb555dde004c12c7dfe0ff421bb669945a5217ef (patch)
tree70e18a5b96f1300a9d4dad48978a06a17dc6446a /composer.json
parentfd9ff581e2a92f65def3f5d3209c4328fb65416a (diff)
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 <roeland@famdouma.nl>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
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/",