ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_files.php
10 months ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
10 months ago
autoload_real.php
10 months ago
autoload_static.php
10 months ago
installed.json
10 months ago
installed.php
10 months ago
autoload_static.php
68 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit84db5b27c255bfe02c1711de17b0450f |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', |
| 11 | ); |
| 12 | |
| 13 | public static $prefixLengthsPsr4 = array ( |
| 14 | 'Y' => |
| 15 | array ( |
| 16 | 'Yethee\\Tiktoken\\' => 16, |
| 17 | ), |
| 18 | 'S' => |
| 19 | array ( |
| 20 | 'Symfony\\Contracts\\Service\\' => 26, |
| 21 | ), |
| 22 | 'P' => |
| 23 | array ( |
| 24 | 'Psr\\Container\\' => 14, |
| 25 | ), |
| 26 | ); |
| 27 | |
| 28 | public static $prefixDirsPsr4 = array ( |
| 29 | 'Yethee\\Tiktoken\\' => |
| 30 | array ( |
| 31 | 0 => __DIR__ . '/..' . '/yethee/tiktoken/src', |
| 32 | ), |
| 33 | 'Symfony\\Contracts\\Service\\' => |
| 34 | array ( |
| 35 | 0 => __DIR__ . '/..' . '/symfony/service-contracts', |
| 36 | ), |
| 37 | 'Psr\\Container\\' => |
| 38 | array ( |
| 39 | 0 => __DIR__ . '/..' . '/psr/container/src', |
| 40 | ), |
| 41 | ); |
| 42 | |
| 43 | public static $prefixesPsr0 = array ( |
| 44 | 'P' => |
| 45 | array ( |
| 46 | 'Parsedown' => |
| 47 | array ( |
| 48 | 0 => __DIR__ . '/..' . '/erusev/parsedown', |
| 49 | ), |
| 50 | ), |
| 51 | ); |
| 52 | |
| 53 | public static $classMap = array ( |
| 54 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 55 | ); |
| 56 | |
| 57 | public static function getInitializer(ClassLoader $loader) |
| 58 | { |
| 59 | return \Closure::bind(function () use ($loader) { |
| 60 | $loader->prefixLengthsPsr4 = ComposerStaticInit84db5b27c255bfe02c1711de17b0450f::$prefixLengthsPsr4; |
| 61 | $loader->prefixDirsPsr4 = ComposerStaticInit84db5b27c255bfe02c1711de17b0450f::$prefixDirsPsr4; |
| 62 | $loader->prefixesPsr0 = ComposerStaticInit84db5b27c255bfe02c1711de17b0450f::$prefixesPsr0; |
| 63 | $loader->classMap = ComposerStaticInit84db5b27c255bfe02c1711de17b0450f::$classMap; |
| 64 | |
| 65 | }, null, ClassLoader::class); |
| 66 | } |
| 67 | } |
| 68 |