37 lines
1 KiB
PHP
37 lines
1 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// autoload_static.php @generated by Composer
|
||
|
|
|
||
|
|
namespace Composer\Autoload;
|
||
|
|
|
||
|
|
class ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64
|
||
|
|
{
|
||
|
|
public static $prefixLengthsPsr4 = array (
|
||
|
|
'K' =>
|
||
|
|
array (
|
||
|
|
'Kirby\\' => 6,
|
||
|
|
),
|
||
|
|
);
|
||
|
|
|
||
|
|
public static $prefixDirsPsr4 = array (
|
||
|
|
'Kirby\\' =>
|
||
|
|
array (
|
||
|
|
0 => __DIR__ . '/..' . '/getkirby/composer-installer/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 = ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64::$prefixLengthsPsr4;
|
||
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64::$prefixDirsPsr4;
|
||
|
|
$loader->classMap = ComposerStaticInit37a8e61308b9b6f49cb9835f477f0c64::$classMap;
|
||
|
|
|
||
|
|
}, null, ClassLoader::class);
|
||
|
|
}
|
||
|
|
}
|