Subversion Repositories oidplus

Rev

Rev 1192 | 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 (
1417 daniel-mar 10
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
933 daniel-mar 11
        'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/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
        ),
1192 daniel-mar 23
        'V' =>
24
        array (
25
            'ViaThinkSoft\\Glip\\' => 18,
26
        ),
597 daniel-mar 27
        'S' =>
28
        array (
29
            'Symfony\\Polyfill\\Mbstring\\' => 26,
1417 daniel-mar 30
            'SpomkyLabs\\' => 11,
597 daniel-mar 31
        ),
827 daniel-mar 32
        'P' =>
33
        array (
34
            'ParagonIE\\ConstantTime\\' => 23,
35
        ),
597 daniel-mar 36
        'M' =>
37
        array (
38
            'MatthiasMullie\\PathConverter\\' => 29,
39
            'MatthiasMullie\\Minify\\' => 22,
40
        ),
41
        'F' =>
42
        array (
43
            'Firebase\\JWT\\' => 13,
44
        ),
45
    );
46
 
47
    public static $prefixDirsPsr4 = array (
827 daniel-mar 48
        'phpseclib3\\' =>
49
        array (
50
 
51
        ),
597 daniel-mar 52
        'bb\\Sha3\\' =>
53
        array (
1021 daniel-mar 54
 
597 daniel-mar 55
        ),
1192 daniel-mar 56
        'ViaThinkSoft\\Glip\\' =>
57
        array (
58
 
59
        ),
597 daniel-mar 60
        'Symfony\\Polyfill\\Mbstring\\' =>
61
        array (
62
 
63
        ),
1417 daniel-mar 64
        'SpomkyLabs\\' =>
65
        array (
66
 
67
        ),
827 daniel-mar 68
        'ParagonIE\\ConstantTime\\' =>
69
        array (
70
 
71
        ),
597 daniel-mar 72
        'MatthiasMullie\\PathConverter\\' =>
73
        array (
74
 
75
        ),
76
        'MatthiasMullie\\Minify\\' =>
77
        array (
78
 
79
        ),
80
        'Firebase\\JWT\\' =>
81
        array (
82
 
83
        ),
84
    );
85
 
86
    public static $classMap = array (
87
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
88
    );
89
 
90
    public static function getInitializer(ClassLoader $loader)
91
    {
92
        return \Closure::bind(function () use ($loader) {
610 daniel-mar 93
            $loader->prefixLengthsPsr4 = ComposerStaticInitOidPlusComposer::$prefixLengthsPsr4;
94
            $loader->prefixDirsPsr4 = ComposerStaticInitOidPlusComposer::$prefixDirsPsr4;
95
            $loader->classMap = ComposerStaticInitOidPlusComposer::$classMap;
597 daniel-mar 96
 
97
        }, null, ClassLoader::class);
98
    }
99
}