Subversion Repositories oidplus

Rev

Rev 1192 | 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.         '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  11.         'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/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.             'SpomkyLabs\\' => 11,
  31.         ),
  32.         'P' =>
  33.         array (
  34.             'ParagonIE\\ConstantTime\\' => 23,
  35.         ),
  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 (
  48.         'phpseclib3\\' =>
  49.         array (
  50.             0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
  51.         ),
  52.         'bb\\Sha3\\' =>
  53.         array (
  54.             0 => __DIR__ . '/..' . '/danielmarschall/php-sha3/src',
  55.         ),
  56.         'ViaThinkSoft\\Glip\\' =>
  57.         array (
  58.             0 => __DIR__ . '/..' . '/danielmarschall/glip/src',
  59.         ),
  60.         'Symfony\\Polyfill\\Mbstring\\' =>
  61.         array (
  62.             0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  63.         ),
  64.         'SpomkyLabs\\' =>
  65.         array (
  66.             0 => __DIR__ . '/..' . '/spomky-labs/php-punycode/src',
  67.         ),
  68.         'ParagonIE\\ConstantTime\\' =>
  69.         array (
  70.             0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
  71.         ),
  72.         'MatthiasMullie\\PathConverter\\' =>
  73.         array (
  74.             0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  75.         ),
  76.         'MatthiasMullie\\Minify\\' =>
  77.         array (
  78.             0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  79.         ),
  80.         'Firebase\\JWT\\' =>
  81.         array (
  82.             0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  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) {
  93.             $loader->prefixLengthsPsr4 = ComposerStaticInitOidPlusComposer::$prefixLengthsPsr4;
  94.             $loader->prefixDirsPsr4 = ComposerStaticInitOidPlusComposer::$prefixDirsPsr4;
  95.             $loader->classMap = ComposerStaticInitOidPlusComposer::$classMap;
  96.  
  97.         }, null, ClassLoader::class);
  98.     }
  99. }
  100.