47 lines
1.4 KiB
PHP
Executable File
47 lines
1.4 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit0e7abfb15b8c508c71fcc5c67b7e7c0c
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'm' =>
|
|
array (
|
|
'mikehaertl\\tmp\\' => 15,
|
|
'mikehaertl\\shellcommand\\' => 24,
|
|
'mikehaertl\\pdftk\\' => 17,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'mikehaertl\\tmp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mikehaertl/php-tmpfile/src',
|
|
),
|
|
'mikehaertl\\shellcommand\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mikehaertl/php-shellcommand/src',
|
|
),
|
|
'mikehaertl\\pdftk\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mikehaertl/php-pdftk/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 = ComposerStaticInit0e7abfb15b8c508c71fcc5c67b7e7c0c::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit0e7abfb15b8c508c71fcc5c67b7e7c0c::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit0e7abfb15b8c508c71fcc5c67b7e7c0c::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|