@@ -48,6 +48,15 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
48
48
49
49
public static $ classMap = array (
50
50
'Composer \\InstalledVersions ' => __DIR__ . '/.. ' . '/composer/InstalledVersions.php ' ,
51
+ 'NCU \\Config \\Exceptions \\IncorrectTypeException ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Exceptions/IncorrectTypeException.php ' ,
52
+ 'NCU \\Config \\Exceptions \\TypeConflictException ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Exceptions/TypeConflictException.php ' ,
53
+ 'NCU \\Config \\Exceptions \\UnknownKeyException ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Exceptions/UnknownKeyException.php ' ,
54
+ 'NCU \\Config \\IUserConfig ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/IUserConfig.php ' ,
55
+ 'NCU \\Config \\Lexicon \\ConfigLexiconEntry ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Lexicon/ConfigLexiconEntry.php ' ,
56
+ 'NCU \\Config \\Lexicon \\ConfigLexiconStrictness ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Lexicon/ConfigLexiconStrictness.php ' ,
57
+ 'NCU \\Config \\Lexicon \\IConfigLexicon ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Lexicon/IConfigLexicon.php ' ,
58
+ 'NCU \\Config \\Lexicon \\Preset ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/Lexicon/Preset.php ' ,
59
+ 'NCU \\Config \\ValueType ' => __DIR__ . '/../../.. ' . '/lib/unstable/Config/ValueType.php ' ,
51
60
'NCU \\Federation \\ISignedCloudFederationProvider ' => __DIR__ . '/../../.. ' . '/lib/unstable/Federation/ISignedCloudFederationProvider.php ' ,
52
61
'NCU \\Security \\Signature \\Enum \\DigestAlgorithm ' => __DIR__ . '/../../.. ' . '/lib/unstable/Security/Signature/Enum/DigestAlgorithm.php ' ,
53
62
'NCU \\Security \\Signature \\Enum \\SignatoryStatus ' => __DIR__ . '/../../.. ' . '/lib/unstable/Security/Signature/Enum/SignatoryStatus.php ' ,
0 commit comments