Subversion Repositories oidplus

Rev

Rev 933 | Rev 1192 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
<?php
2
 
3
// autoload_static.php @generated by Composer
4
 
5
namespace Composer\Autoload;
6
 
610 daniel-mar 7
class ComposerStaticInitOidPlusComposer
597 daniel-mar 8
{
9
    public static $files = array (
933 daniel-mar 10
        'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
927 daniel-mar 11
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
597 daniel-mar 12
    );
13
 
14
    public static $prefixLengthsPsr4 = array (
827 daniel-mar 15
        'p' =>
16
        array (
17
            'phpseclib3\\' => 11,
18
        ),
597 daniel-mar 19
        'b' =>
20
        array (
21
            'bb\\Sha3\\' => 8,
22
        ),
23
        'S' =>
24
        array (
25
            'Symfony\\Polyfill\\Mbstring\\' => 26,
26
        ),
827 daniel-mar 27
        'P' =>
28
        array (
29
            'ParagonIE\\ConstantTime\\' => 23,
30
        ),
597 daniel-mar 31
        'M' =>
32
        array (
33
            'MatthiasMullie\\PathConverter\\' => 29,
34
            'MatthiasMullie\\Minify\\' => 22,
35
        ),
36
        'F' =>
37
        array (
38
            'Firebase\\JWT\\' => 13,
39
        ),
40
    );
41
 
42
    public static $prefixDirsPsr4 = array (
827 daniel-mar 43
        'phpseclib3\\' =>
44
        array (
45
 
46
        ),
597 daniel-mar 47
        'bb\\Sha3\\' =>
48
        array (
1021 daniel-mar 49
 
597 daniel-mar 50
        ),
51
        'Symfony\\Polyfill\\Mbstring\\' =>
52
        array (
53
 
54
        ),
827 daniel-mar 55
        'ParagonIE\\ConstantTime\\' =>
56
        array (
57
 
58
        ),
597 daniel-mar 59
        'MatthiasMullie\\PathConverter\\' =>
60
        array (
61
 
62
        ),
63
        'MatthiasMullie\\Minify\\' =>
64
        array (
65
 
66
        ),
67
        'Firebase\\JWT\\' =>
68
        array (
69
 
70
        ),
71
    );
72
 
73
    public static $classMap = array (
74
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
75
    );
76
 
77
    public static function getInitializer(ClassLoader $loader)
78
    {
79
        return \Closure::bind(function () use ($loader) {
610 daniel-mar 80
            $loader->prefixLengthsPsr4 = ComposerStaticInitOidPlusComposer::$prefixLengthsPsr4;
81
            $loader->prefixDirsPsr4 = ComposerStaticInitOidPlusComposer::$prefixDirsPsr4;
82
            $loader->classMap = ComposerStaticInitOidPlusComposer::$classMap;
597 daniel-mar 83
 
84
        }, null, ClassLoader::class);
85
    }
86
}