119 lines
3.6 KiB
PHP
119 lines
3.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c
|
|
{
|
|
public static $files = array (
|
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
|
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'c' =>
|
|
array (
|
|
'chillerlan\\Settings\\' => 20,
|
|
'chillerlan\\QRCode\\' => 18,
|
|
),
|
|
'Z' =>
|
|
array (
|
|
'ZipStream\\' => 10,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\SimpleCache\\' => 16,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Http\\Client\\' => 16,
|
|
'PhpOffice\\PhpSpreadsheet\\' => 25,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Matrix\\' => 7,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Psr7\\' => 16,
|
|
'GuzzleHttp\\Promise\\' => 19,
|
|
'GuzzleHttp\\' => 11,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Composer\\Pcre\\' => 14,
|
|
'Complex\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'chillerlan\\Settings\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/chillerlan/php-settings-container/src',
|
|
),
|
|
'chillerlan\\QRCode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/chillerlan/php-qrcode/src',
|
|
),
|
|
'ZipStream\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
|
|
),
|
|
'Psr\\SimpleCache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-factory/src',
|
|
1 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Http\\Client\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-client/src',
|
|
),
|
|
'PhpOffice\\PhpSpreadsheet\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
|
|
),
|
|
'Matrix\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
|
|
),
|
|
'GuzzleHttp\\Psr7\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
|
),
|
|
'GuzzleHttp\\Promise\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
|
),
|
|
'GuzzleHttp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
|
),
|
|
'Composer\\Pcre\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/composer/pcre/src',
|
|
),
|
|
'Complex\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/markbaker/complex/classes/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 = ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|