|
| 1 | +<?php |
| 2 | + |
| 3 | +// autoload_static.php @generated by Composer |
| 4 | + |
| 5 | +namespace Composer\Autoload; |
| 6 | + |
| 7 | +class ComposerStaticInitd34ad80d4d6e8f56f3411c9698c8a661 |
| 8 | +{ |
| 9 | + public static $files = array ( |
| 10 | + 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', |
| 11 | + ); |
| 12 | + |
| 13 | + public static $prefixLengthsPsr4 = array ( |
| 14 | + 'S' => |
| 15 | + array ( |
| 16 | + 'Symfony\\Component\\Yaml\\' => 23, |
| 17 | + 'Symfony\\Component\\Filesystem\\' => 29, |
| 18 | + 'Symfony\\Component\\Config\\' => 25, |
| 19 | + ), |
| 20 | + 'R' => |
| 21 | + array ( |
| 22 | + 'React\\Promise\\' => 14, |
| 23 | + ), |
| 24 | + 'G' => |
| 25 | + array ( |
| 26 | + 'Guzzle\\Service\\Loader\\' => 22, |
| 27 | + 'GuzzleHttp\\Stream\\' => 18, |
| 28 | + 'GuzzleHttp\\Ring\\' => 16, |
| 29 | + 'GuzzleHttp\\Command\\Guzzle\\' => 26, |
| 30 | + 'GuzzleHttp\\Command\\' => 19, |
| 31 | + 'GuzzleHttp\\' => 11, |
| 32 | + ), |
| 33 | + 'C' => |
| 34 | + array ( |
| 35 | + 'CommerceGuys\\Guzzle\\Oauth2\\' => 27, |
| 36 | + ), |
| 37 | + ); |
| 38 | + |
| 39 | + public static $prefixDirsPsr4 = array ( |
| 40 | + 'Symfony\\Component\\Yaml\\' => |
| 41 | + array ( |
| 42 | + 0 => __DIR__ . '/..' . '/symfony/yaml', |
| 43 | + ), |
| 44 | + 'Symfony\\Component\\Filesystem\\' => |
| 45 | + array ( |
| 46 | + 0 => __DIR__ . '/..' . '/symfony/filesystem', |
| 47 | + ), |
| 48 | + 'Symfony\\Component\\Config\\' => |
| 49 | + array ( |
| 50 | + 0 => __DIR__ . '/..' . '/symfony/config', |
| 51 | + ), |
| 52 | + 'React\\Promise\\' => |
| 53 | + array ( |
| 54 | + 0 => __DIR__ . '/..' . '/react/promise/src', |
| 55 | + ), |
| 56 | + 'Guzzle\\Service\\Loader\\' => |
| 57 | + array ( |
| 58 | + 0 => __DIR__ . '/..' . '/gimler/guzzle-description-loader/src', |
| 59 | + ), |
| 60 | + 'GuzzleHttp\\Stream\\' => |
| 61 | + array ( |
| 62 | + 0 => __DIR__ . '/..' . '/guzzlehttp/streams/src', |
| 63 | + ), |
| 64 | + 'GuzzleHttp\\Ring\\' => |
| 65 | + array ( |
| 66 | + 0 => __DIR__ . '/..' . '/guzzlehttp/ringphp/src', |
| 67 | + ), |
| 68 | + 'GuzzleHttp\\Command\\Guzzle\\' => |
| 69 | + array ( |
| 70 | + 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle-services/src', |
| 71 | + ), |
| 72 | + 'GuzzleHttp\\Command\\' => |
| 73 | + array ( |
| 74 | + 0 => __DIR__ . '/..' . '/guzzlehttp/command/src', |
| 75 | + ), |
| 76 | + 'GuzzleHttp\\' => |
| 77 | + array ( |
| 78 | + 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', |
| 79 | + ), |
| 80 | + 'CommerceGuys\\Guzzle\\Oauth2\\' => |
| 81 | + array ( |
| 82 | + 0 => __DIR__ . '/..' . '/commerceguys/guzzle-oauth2-plugin/src', |
| 83 | + ), |
| 84 | + ); |
| 85 | + |
| 86 | + public static $classMap = array ( |
| 87 | + 'BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/Exceptions/BeforeValidException.php', |
| 88 | + 'ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/Exceptions/ExpiredException.php', |
| 89 | + 'JWT' => __DIR__ . '/..' . '/firebase/php-jwt/Authentication/JWT.php', |
| 90 | + 'SignatureInvalidException' => __DIR__ . '/..' . '/firebase/php-jwt/Exceptions/SignatureInvalidException.php', |
| 91 | + ); |
| 92 | + |
| 93 | + public static function getInitializer(ClassLoader $loader) |
| 94 | + { |
| 95 | + return \Closure::bind(function () use ($loader) { |
| 96 | + $loader->prefixLengthsPsr4 = ComposerStaticInitd34ad80d4d6e8f56f3411c9698c8a661::$prefixLengthsPsr4; |
| 97 | + $loader->prefixDirsPsr4 = ComposerStaticInitd34ad80d4d6e8f56f3411c9698c8a661::$prefixDirsPsr4; |
| 98 | + $loader->classMap = ComposerStaticInitd34ad80d4d6e8f56f3411c9698c8a661::$classMap; |
| 99 | + |
| 100 | + }, null, ClassLoader::class); |
| 101 | + } |
| 102 | +} |
0 commit comments