Subversion Repositories oidplus

Rev

Rev 608 | Rev 708 | 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 (
10
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11
    );
12
 
13
    public static $prefixLengthsPsr4 = array (
14
        'b' =>
15
        array (
16
            'bb\\Sha3\\' => 8,
17
        ),
18
        'S' =>
19
        array (
20
            'Symfony\\Polyfill\\Mbstring\\' => 26,
21
        ),
22
        'R' =>
23
        array (
24
            'ReCaptcha\\' => 10,
25
        ),
26
        'M' =>
27
        array (
28
            'MatthiasMullie\\PathConverter\\' => 29,
29
            'MatthiasMullie\\Minify\\' => 22,
30
        ),
31
        'F' =>
32
        array (
33
            'Firebase\\JWT\\' => 13,
34
        ),
35
    );
36
 
37
    public static $prefixDirsPsr4 = array (
38
        'bb\\Sha3\\' =>
39
        array (
40
 
41
        ),
42
        'Symfony\\Polyfill\\Mbstring\\' =>
43
        array (
44
 
45
        ),
46
        'ReCaptcha\\' =>
47
        array (
48
 
49
        ),
50
        'MatthiasMullie\\PathConverter\\' =>
51
        array (
52
 
53
        ),
54
        'MatthiasMullie\\Minify\\' =>
55
        array (
56
 
57
        ),
58
        'Firebase\\JWT\\' =>
59
        array (
60
 
61
        ),
62
    );
63
 
64
    public static $classMap = array (
65
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
66
    );
67
 
68
    public static function getInitializer(ClassLoader $loader)
69
    {
70
        return \Closure::bind(function () use ($loader) {
610 daniel-mar 71
            $loader->prefixLengthsPsr4 = ComposerStaticInitOidPlusComposer::$prefixLengthsPsr4;
72
            $loader->prefixDirsPsr4 = ComposerStaticInitOidPlusComposer::$prefixDirsPsr4;
73
            $loader->classMap = ComposerStaticInitOidPlusComposer::$classMap;
597 daniel-mar 74
 
75
        }, null, ClassLoader::class);
76
    }
77
}