summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-04-05 16:23:01 +0200
committerLukas Reschke <lukas@owncloud.com>2016-04-05 16:47:38 +0200
commit433c0160b6e1fb558216447b49d09c8efeecd6ce (patch)
tree0c1d1671b6f8e37eea3977f897534e2fec521189 /composer.json
parent90335ee2a1f214b32670ab2c65f8f87c95a71828 (diff)
downloadnextcloud-server-433c0160b6e1fb558216447b49d09c8efeecd6ce.tar.gz
nextcloud-server-433c0160b6e1fb558216447b49d09c8efeecd6ce.zip
Move OC\Core and OC\Settings to composer autoloader
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 21575b5fa60..0f0d0bd3104 100644
--- a/composer.json
+++ b/composer.json
@@ -5,6 +5,8 @@
"autoload" : {
"psr-4": {
"OC\\": "lib/private",
+ "OC\\Core\\": "core/",
+ "OC\\Settings\\": "settings/",
"OCP\\": "lib/public"
}
},