Subversion Repositories oidplus

Rev

Rev 1192 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1192 Rev 1417
Line 5... Line 5...
5
namespace Composer\Autoload;
5
namespace Composer\Autoload;
6
 
6
 
7
class ComposerStaticInitOidPlusComposer
7
class ComposerStaticInitOidPlusComposer
8
{
8
{
9
    public static $files = array (
9
    public static $files = array (
10
        'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
-
 
11
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
10
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
-
 
11
        'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
12
    );
12
    );
13
 
13
 
14
    public static $prefixLengthsPsr4 = array (
14
    public static $prefixLengthsPsr4 = array (
15
        'p' =>
15
        'p' =>
16
        array (
16
        array (
Line 25... Line 25...
25
            'ViaThinkSoft\\Glip\\' => 18,
25
            'ViaThinkSoft\\Glip\\' => 18,
26
        ),
26
        ),
27
        'S' =>
27
        'S' =>
28
        array (
28
        array (
29
            'Symfony\\Polyfill\\Mbstring\\' => 26,
29
            'Symfony\\Polyfill\\Mbstring\\' => 26,
-
 
30
            'SpomkyLabs\\' => 11,
30
        ),
31
        ),
31
        'P' =>
32
        'P' =>
32
        array (
33
        array (
33
            'ParagonIE\\ConstantTime\\' => 23,
34
            'ParagonIE\\ConstantTime\\' => 23,
34
        ),
35
        ),
Line 58... Line 59...
58
        ),
59
        ),
59
        'Symfony\\Polyfill\\Mbstring\\' =>
60
        'Symfony\\Polyfill\\Mbstring\\' =>
60
        array (
61
        array (
61
            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
62
            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
62
        ),
63
        ),
-
 
64
        'SpomkyLabs\\' =>
-
 
65
        array (
-
 
66
            0 => __DIR__ . '/..' . '/spomky-labs/php-punycode/src',
-
 
67
        ),
63
        'ParagonIE\\ConstantTime\\' =>
68
        'ParagonIE\\ConstantTime\\' =>
64
        array (
69
        array (
65
            0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
70
            0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
66
        ),
71
        ),
67
        'MatthiasMullie\\PathConverter\\' =>
72
        'MatthiasMullie\\PathConverter\\' =>