54 lines
1.5 KiB
PHP
54 lines
1.5 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb
|
|
{
|
|
public static $files = array (
|
|
'ac773ca18bc86f9208de2ed8068423eb' => __DIR__ . '/..' . '/johnbillion/extended-cpts/functions.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'E' =>
|
|
array (
|
|
'ExtCPTs\\Tests\\' => 14,
|
|
'ExtCPTs\\' => 8,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'Args\\' => 5,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'ExtCPTs\\Tests\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/johnbillion/extended-cpts/tests/integration',
|
|
),
|
|
'ExtCPTs\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/johnbillion/extended-cpts/src',
|
|
),
|
|
'Args\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/johnbillion/args/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 = ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit3f8faf064fda462a6a77d3c1c9587aeb::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|