100 lines
3.3 KiB
PHP
100 lines
3.3 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit4d89cce10d309bc9bef6a8f9326083ac
|
|
{
|
|
public static $files = array (
|
|
'383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php',
|
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
'3569eecfeed3bcf0bad3c998a494ecb8' => __DIR__ . '/..' . '/sabre/xml/lib/Deserializer/functions.php',
|
|
'93aa591bc4ca510c520999e34229ee79' => __DIR__ . '/..' . '/sabre/xml/lib/Serializer/functions.php',
|
|
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
|
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
|
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Sabre\\Xml\\' => 10,
|
|
'Sabre\\VObject\\' => 14,
|
|
'Sabre\\Uri\\' => 10,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Http\\Client\\' => 16,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'MStilkerich\\CardDavClient\\' => 26,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Psr7\\' => 16,
|
|
'GuzzleHttp\\Promise\\' => 19,
|
|
'GuzzleHttp\\' => 11,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Sabre\\Xml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/xml/lib',
|
|
),
|
|
'Sabre\\VObject\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/vobject/lib',
|
|
),
|
|
'Sabre\\Uri\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/sabre/uri/lib',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Http\\Client\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-client/src',
|
|
),
|
|
'MStilkerich\\CardDavClient\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mstilkerich/carddavclient/src',
|
|
),
|
|
'GuzzleHttp\\Psr7\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
|
),
|
|
'GuzzleHttp\\Promise\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
|
),
|
|
'GuzzleHttp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/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 = ComposerStaticInit4d89cce10d309bc9bef6a8f9326083ac::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit4d89cce10d309bc9bef6a8f9326083ac::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit4d89cce10d309bc9bef6a8f9326083ac::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|