File tree Expand file tree Collapse file tree 5 files changed +12
-1
lines changed
Expand file tree Collapse file tree 5 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1919 "" : " lib/private/legacy" ,
2020 "OC\\ " : " lib/private" ,
2121 "OC\\ Core\\ " : " core/" ,
22- "OCP\\ " : " lib/public"
22+ "OCP\\ " : " lib/public" ,
23+ "NCU\\ " : " lib/unstable"
2324 }
2425 },
2526 "require" : {
Original file line number Diff line number Diff line change 99 'OC \\Core \\' => array ($ baseDir . '/core ' ),
1010 'OC \\' => array ($ baseDir . '/lib/private ' ),
1111 'OCP \\' => array ($ baseDir . '/lib/public ' ),
12+ 'NCU \\' => array ($ baseDir . '/lib/unstable ' ),
1213 '' => array ($ baseDir . '/lib/private/legacy ' ),
1314);
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
1717 'OC \\' => 3 ,
1818 'OCP \\' => 4 ,
1919 ),
20+ 'N ' =>
21+ array (
22+ 'NCU \\' => 4 ,
23+ ),
2024 );
2125
2226 public static $ prefixDirsPsr4 = array (
@@ -32,6 +36,10 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
3236 array (
3337 0 => __DIR__ . '/../../.. ' . '/lib/public ' ,
3438 ),
39+ 'NCU \\' =>
40+ array (
41+ 0 => __DIR__ . '/../../.. ' . '/lib/unstable ' ,
42+ ),
3543 );
3644
3745 public static $ fallbackDirsPsr4 = array (
Original file line number Diff line number Diff line change 1919 </plugins >
2020 <projectFiles >
2121 <directory name =" lib/public" />
22+ <directory name =" lib/unstable" />
2223 <ignoreFiles >
2324 <directory name =" lib/composer/bin" />
2425 </ignoreFiles >
You can’t perform that action at this time.
0 commit comments