120 lines
4.2 KiB
PHP
120 lines
4.2 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitd5760f0335cc683214e8117569b781cb
|
|
{
|
|
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',
|
|
'60799491728b879e74601d83e38b2cad' => __DIR__ . '/..' . '/illuminate/collections/helpers.php',
|
|
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Php80\\' => 23,
|
|
'Symfony\\Component\\Process\\' => 26,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\SimpleCache\\' => 16,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Http\\Client\\' => 16,
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'K' =>
|
|
array (
|
|
'Kunnu\\Dropbox\\' => 14,
|
|
),
|
|
'I' =>
|
|
array (
|
|
'Illuminate\\Support\\' => 19,
|
|
'Illuminate\\Contracts\\' => 21,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Psr7\\' => 16,
|
|
'GuzzleHttp\\Promise\\' => 19,
|
|
'GuzzleHttp\\' => 11,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Php80\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
|
|
),
|
|
'Symfony\\Component\\Process\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/process',
|
|
),
|
|
'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',
|
|
),
|
|
'Psr\\Container\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/container/src',
|
|
),
|
|
'Kunnu\\Dropbox\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/kunalvarma05/dropbox-php-sdk/src/Dropbox',
|
|
),
|
|
'Illuminate\\Support\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/illuminate/collections',
|
|
1 => __DIR__ . '/..' . '/illuminate/macroable',
|
|
2 => __DIR__ . '/..' . '/illuminate/conditionable',
|
|
),
|
|
'Illuminate\\Contracts\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/illuminate/contracts',
|
|
),
|
|
'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 (
|
|
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
|
|
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
|
|
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
|
|
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitd5760f0335cc683214e8117569b781cb::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitd5760f0335cc683214e8117569b781cb::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitd5760f0335cc683214e8117569b781cb::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|