37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitdb3a7396952dda2756e33f76aa22435a
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'L' =>
|
|
array (
|
|
'League\\HTMLToMarkdown\\' => 22,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'League\\HTMLToMarkdown\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/html-to-markdown/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitdb3a7396952dda2756e33f76aa22435a::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitdb3a7396952dda2756e33f76aa22435a::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitdb3a7396952dda2756e33f76aa22435a::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|