65 lines
1.8 KiB
PHP
65 lines
1.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit6bb82695b2f28e8ee61f74ae2d5c5202
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'E' =>
|
|
array (
|
|
'Endroid\\QrCode\\' => 15,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'DASPRiD\\Enum\\' => 13,
|
|
),
|
|
'B' =>
|
|
array (
|
|
'BaconQrCode\\' => 12,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Endroid\\QrCode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/endroid/qr-code/src',
|
|
),
|
|
'DASPRiD\\Enum\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/dasprid/enum/src',
|
|
),
|
|
'BaconQrCode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'L' =>
|
|
array (
|
|
'Less' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/wikimedia/less.php/lib',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'lessc' => __DIR__ . '/..' . '/wikimedia/less.php/lessc.inc.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit6bb82695b2f28e8ee61f74ae2d5c5202::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit6bb82695b2f28e8ee61f74ae2d5c5202::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit6bb82695b2f28e8ee61f74ae2d5c5202::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit6bb82695b2f28e8ee61f74ae2d5c5202::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|