37 lines
1.0 KiB
PHP
Executable File
37 lines
1.0 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit223dcbee3a648ecec7c16ee350170eb0
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'M' =>
|
|
array (
|
|
'MatthiasMullie\\PathConverter\\' => 29,
|
|
'MatthiasMullie\\Minify\\' => 22,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'MatthiasMullie\\PathConverter\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
|
|
),
|
|
'MatthiasMullie\\Minify\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit223dcbee3a648ecec7c16ee350170eb0::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit223dcbee3a648ecec7c16ee350170eb0::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|