Subversion Repositories oidplus

Rev

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