aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2024-11-07 17:47:04 -0100
committerMaxence Lange <maxence@artificial-owl.com>2024-11-07 17:49:08 -0100
commit0f6ef857ebf2051550aa19c409305f777551060b (patch)
treed0a25d9c7a7869e1f1a95dcb60e364119f06c7dd /composer.json
parent6fa4266f5c093e59e4bb3a805c10441581a8b837 (diff)
downloadnextcloud-server-0f6ef857ebf2051550aa19c409305f777551060b.tar.gz
nextcloud-server-0f6ef857ebf2051550aa19c409305f777551060b.zip
feat(core): setting NCU namespaceenh/noid/testing-namespace
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5912a81f987..f11ced48b67 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,8 @@
"": "lib/private/legacy",
"OC\\": "lib/private",
"OC\\Core\\": "core/",
- "OCP\\": "lib/public"
+ "OCP\\": "lib/public",
+ "NCU\\": "lib/unstable"
}
},
"require": {