87 lines
3.1 KiB
PHP
87 lines
3.1 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInit9e88f6b49322b6bce97c12c41764fc52
|
||
|
{
|
||
|
public static $files = array (
|
||
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
||
|
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
||
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
||
|
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
||
|
'b45b351e6b6f7487d819961fef2fda77' => __DIR__ . '/..' . '/jakeasmith/http_build_url/src/http_build_url.php',
|
||
|
);
|
||
|
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'P' =>
|
||
|
array (
|
||
|
'Psr\\Http\\Message\\' => 17,
|
||
|
'Psr\\Http\\Client\\' => 16,
|
||
|
),
|
||
|
'L' =>
|
||
|
array (
|
||
|
'League\\OAuth2\\Client\\' => 21,
|
||
|
),
|
||
|
'G' =>
|
||
|
array (
|
||
|
'GuzzleHttp\\Psr7\\' => 16,
|
||
|
'GuzzleHttp\\Promise\\' => 19,
|
||
|
'GuzzleHttp\\' => 11,
|
||
|
'Grav\\Plugin\\Login\\OAuth2\\' => 25,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'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',
|
||
|
),
|
||
|
'League\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/league/oauth2-client/src',
|
||
|
1 => __DIR__ . '/..' . '/league/oauth2-facebook/src',
|
||
|
2 => __DIR__ . '/..' . '/league/oauth2-github/src',
|
||
|
3 => __DIR__ . '/..' . '/league/oauth2-google/src',
|
||
|
4 => __DIR__ . '/..' . '/league/oauth2-instagram/src',
|
||
|
5 => __DIR__ . '/..' . '/league/oauth2-linkedin/src',
|
||
|
),
|
||
|
'GuzzleHttp\\Psr7\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
||
|
),
|
||
|
'GuzzleHttp\\Promise\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
||
|
),
|
||
|
'GuzzleHttp\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
||
|
),
|
||
|
'Grav\\Plugin\\Login\\OAuth2\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/../..' . '/classes',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $classMap = array (
|
||
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInit9e88f6b49322b6bce97c12c41764fc52::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInit9e88f6b49322b6bce97c12c41764fc52::$prefixDirsPsr4;
|
||
|
$loader->classMap = ComposerStaticInit9e88f6b49322b6bce97c12c41764fc52::$classMap;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|