ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
autoload_static.php
32 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit84db5b27c255bfe02c1711de17b0450f |
| 8 | { |
| 9 | public static $prefixesPsr0 = array ( |
| 10 | 'P' => |
| 11 | array ( |
| 12 | 'Parsedown' => |
| 13 | array ( |
| 14 | 0 => __DIR__ . '/..' . '/erusev/parsedown', |
| 15 | ), |
| 16 | ), |
| 17 | ); |
| 18 | |
| 19 | public static $classMap = array ( |
| 20 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 21 | ); |
| 22 | |
| 23 | public static function getInitializer(ClassLoader $loader) |
| 24 | { |
| 25 | return \Closure::bind(function () use ($loader) { |
| 26 | $loader->prefixesPsr0 = ComposerStaticInit84db5b27c255bfe02c1711de17b0450f::$prefixesPsr0; |
| 27 | $loader->classMap = ComposerStaticInit84db5b27c255bfe02c1711de17b0450f::$classMap; |
| 28 | |
| 29 | }, null, ClassLoader::class); |
| 30 | } |
| 31 | } |
| 32 |