37 lines
1.0 KiB
PHP
37 lines
1.0 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit1fec30c71407f68099d62f794946e565
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'C' =>
|
|
array (
|
|
'CodingTests\\' => 12,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'CodingTests\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/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 = ComposerStaticInit1fec30c71407f68099d62f794946e565::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit1fec30c71407f68099d62f794946e565::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit1fec30c71407f68099d62f794946e565::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|