Subversion Repositories oidplus

Rev

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 ComposerStaticInitOidPlusWhoisJson
  8. {
  9.     public static $prefixLengthsPsr4 = array (
  10.         'S' =>
  11.         array (
  12.             'SBrook\\' => 7,
  13.         ),
  14.     );
  15.  
  16.     public static $prefixDirsPsr4 = array (
  17.         'SBrook\\' =>
  18.         array (
  19.             0 => __DIR__ . '/..' . '/sergeybrook/php-jws/src',
  20.         ),
  21.     );
  22.  
  23.     public static $classMap = array (
  24.         'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  25.     );
  26.  
  27.     public static function getInitializer(ClassLoader $loader)
  28.     {
  29.         return \Closure::bind(function () use ($loader) {
  30.             $loader->prefixLengthsPsr4 = ComposerStaticInitOidPlusWhoisJson::$prefixLengthsPsr4;
  31.             $loader->prefixDirsPsr4 = ComposerStaticInitOidPlusWhoisJson::$prefixDirsPsr4;
  32.             $loader->classMap = ComposerStaticInitOidPlusWhoisJson::$classMap;
  33.  
  34.         }, null, ClassLoader::class);
  35.     }
  36. }
  37.