42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit7e3ec1d5a012caf1301d6afc3b6fad7c
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'C' =>
|
|
array (
|
|
'Com\\Tecnick\\Color\\' => 18,
|
|
'Com\\Tecnick\\Barcode\\' => 20,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Com\\Tecnick\\Color\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/tecnickcom/tc-lib-color/src',
|
|
),
|
|
'Com\\Tecnick\\Barcode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/tecnickcom/tc-lib-barcode/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 = ComposerStaticInit7e3ec1d5a012caf1301d6afc3b6fad7c::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit7e3ec1d5a012caf1301d6afc3b6fad7c::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit7e3ec1d5a012caf1301d6afc3b6fad7c::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|