ClassLoader.php
4 months ago
InstalledVersions.php
4 months ago
autoload_classmap.php
2 months ago
autoload_files.php
2 months ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
2 months ago
autoload_real.php
4 months ago
autoload_static.php
2 months ago
installed.json
2 months ago
installed.php
2 months ago
platform_check.php
4 months ago
autoload_static.php
102 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit782d4c9085c0db1d1581d526ad727646 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', |
| 11 | 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', |
| 12 | '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', |
| 13 | '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', |
| 14 | ); |
| 15 | |
| 16 | public static $prefixLengthsPsr4 = array ( |
| 17 | 'S' => |
| 18 | array ( |
| 19 | 'Symfony\\Polyfill\\Php80\\' => 23, |
| 20 | ), |
| 21 | 'P' => |
| 22 | array ( |
| 23 | 'Psr\\Http\\Message\\' => 17, |
| 24 | 'Psr\\Http\\Client\\' => 16, |
| 25 | ), |
| 26 | 'O' => |
| 27 | array ( |
| 28 | 'Ollyo\\PaymentHub\\' => 17, |
| 29 | ), |
| 30 | 'G' => |
| 31 | array ( |
| 32 | 'GuzzleHttp\\Psr7\\' => 16, |
| 33 | 'GuzzleHttp\\Promise\\' => 19, |
| 34 | 'GuzzleHttp\\' => 11, |
| 35 | ), |
| 36 | 'B' => |
| 37 | array ( |
| 38 | 'Brick\\Money\\' => 12, |
| 39 | 'Brick\\Math\\' => 11, |
| 40 | ), |
| 41 | ); |
| 42 | |
| 43 | public static $prefixDirsPsr4 = array ( |
| 44 | 'Symfony\\Polyfill\\Php80\\' => |
| 45 | array ( |
| 46 | 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', |
| 47 | ), |
| 48 | 'Psr\\Http\\Message\\' => |
| 49 | array ( |
| 50 | 0 => __DIR__ . '/..' . '/psr/http-factory/src', |
| 51 | 1 => __DIR__ . '/..' . '/psr/http-message/src', |
| 52 | ), |
| 53 | 'Psr\\Http\\Client\\' => |
| 54 | array ( |
| 55 | 0 => __DIR__ . '/..' . '/psr/http-client/src', |
| 56 | ), |
| 57 | 'Ollyo\\PaymentHub\\' => |
| 58 | array ( |
| 59 | 0 => __DIR__ . '/../..' . '/src', |
| 60 | ), |
| 61 | 'GuzzleHttp\\Psr7\\' => |
| 62 | array ( |
| 63 | 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', |
| 64 | ), |
| 65 | 'GuzzleHttp\\Promise\\' => |
| 66 | array ( |
| 67 | 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', |
| 68 | ), |
| 69 | 'GuzzleHttp\\' => |
| 70 | array ( |
| 71 | 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', |
| 72 | ), |
| 73 | 'Brick\\Money\\' => |
| 74 | array ( |
| 75 | 0 => __DIR__ . '/..' . '/brick/money/src', |
| 76 | ), |
| 77 | 'Brick\\Math\\' => |
| 78 | array ( |
| 79 | 0 => __DIR__ . '/..' . '/brick/math/src', |
| 80 | ), |
| 81 | ); |
| 82 | |
| 83 | public static $classMap = array ( |
| 84 | 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', |
| 85 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 86 | 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', |
| 87 | 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', |
| 88 | 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
| 89 | 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
| 90 | ); |
| 91 | |
| 92 | public static function getInitializer(ClassLoader $loader) |
| 93 | { |
| 94 | return \Closure::bind(function () use ($loader) { |
| 95 | $loader->prefixLengthsPsr4 = ComposerStaticInit782d4c9085c0db1d1581d526ad727646::$prefixLengthsPsr4; |
| 96 | $loader->prefixDirsPsr4 = ComposerStaticInit782d4c9085c0db1d1581d526ad727646::$prefixDirsPsr4; |
| 97 | $loader->classMap = ComposerStaticInit782d4c9085c0db1d1581d526ad727646::$classMap; |
| 98 | |
| 99 | }, null, ClassLoader::class); |
| 100 | } |
| 101 | } |
| 102 |