Subversion Repositories oidplus

Rev

Rev 1021 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. // autoload_static.php @generated by Composer
  4.  
  5. namespace Composer\Autoload;
  6.  
  7. class ComposerStaticInitOidPlusComposer
  8. {
  9.     public static $files = array (
  10.         'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
  11.         '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  12.     );
  13.  
  14.     public static $prefixLengthsPsr4 = array (
  15.         'p' =>
  16.         array (
  17.             'phpseclib3\\' => 11,
  18.         ),
  19.         'b' =>
  20.         array (
  21.             'bb\\Sha3\\' => 8,
  22.         ),
  23.         'V' =>
  24.         array (
  25.             'ViaThinkSoft\\Glip\\' => 18,
  26.         ),
  27.         'S' =>
  28.         array (
  29.             'Symfony\\Polyfill\\Mbstring\\' => 26,
  30.         ),
  31.         'P' =>
  32.         array (
  33.             'ParagonIE\\ConstantTime\\' => 23,
  34.         ),
  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 (
  47.         'phpseclib3\\' =>
  48.         array (
  49.             0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
  50.         ),
  51.         'bb\\Sha3\\' =>
  52.         array (
  53.             0 => __DIR__ . '/..' . '/danielmarschall/php-sha3/src',
  54.         ),
  55.         'ViaThinkSoft\\Glip\\' =>
  56.         array (
  57.             0 => __DIR__ . '/..' . '/danielmarschall/glip/src',
  58.         ),
  59.         'Symfony\\Polyfill\\Mbstring\\' =>
  60.         array (
  61.             0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  62.         ),
  63.         'ParagonIE\\ConstantTime\\' =>
  64.         array (
  65.             0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
  66.         ),
  67.         'MatthiasMullie\\PathConverter\\' =>
  68.         array (
  69.             0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  70.         ),
  71.         'MatthiasMullie\\Minify\\' =>
  72.         array (
  73.             0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  74.         ),
  75.         'Firebase\\JWT\\' =>
  76.         array (
  77.             0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  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) {
  88.             $loader->prefixLengthsPsr4 = ComposerStaticInitOidPlusComposer::$prefixLengthsPsr4;
  89.             $loader->prefixDirsPsr4 = ComposerStaticInitOidPlusComposer::$prefixDirsPsr4;
  90.             $loader->classMap = ComposerStaticInitOidPlusComposer::$classMap;
  91.  
  92.         }, null, ClassLoader::class);
  93.     }
  94. }
  95.