111 lines
3.2 KiB
PHP
111 lines
3.2 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInitbd5d628261f1599470d200425791c144
|
||
|
{
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'W' =>
|
||
|
array (
|
||
|
'Wohali\\OAuth2\\Client\\' => 21,
|
||
|
),
|
||
|
'V' =>
|
||
|
array (
|
||
|
'Vertisan\\OAuth2\\Client\\Provider\\' => 32,
|
||
|
),
|
||
|
'T' =>
|
||
|
array (
|
||
|
'TheNetworg\\OAuth2\\Client\\' => 25,
|
||
|
),
|
||
|
'S' =>
|
||
|
array (
|
||
|
'Stevenmaguire\\OAuth2\\Client\\' => 28,
|
||
|
),
|
||
|
'O' =>
|
||
|
array (
|
||
|
'Omines\\OAuth2\\Client\\' => 21,
|
||
|
),
|
||
|
'M' =>
|
||
|
array (
|
||
|
'Mrjoops\\OAuth2\\Client\\' => 22,
|
||
|
),
|
||
|
'G' =>
|
||
|
array (
|
||
|
'Gravure\\Patreon\\Oauth\\' => 22,
|
||
|
'Grav\\Plugin\\Login\\OAuth2\\' => 25,
|
||
|
),
|
||
|
'F' =>
|
||
|
array (
|
||
|
'Foxworth42\\OAuth2\\Client\\' => 25,
|
||
|
'Firebase\\JWT\\' => 13,
|
||
|
),
|
||
|
'A' =>
|
||
|
array (
|
||
|
'AdamPaterson\\OAuth2\\Client\\' => 27,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'Wohali\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/wohali/oauth2-discord-new/src',
|
||
|
),
|
||
|
'Vertisan\\OAuth2\\Client\\Provider\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/vertisan/oauth2-twitch-helix/src',
|
||
|
),
|
||
|
'TheNetworg\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/thenetworg/oauth2-azure/src',
|
||
|
),
|
||
|
'Stevenmaguire\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/stevenmaguire/oauth2-keycloak/src',
|
||
|
),
|
||
|
'Omines\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/omines/oauth2-gitlab/src',
|
||
|
),
|
||
|
'Mrjoops\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/mrjoops/oauth2-jira/src',
|
||
|
),
|
||
|
'Gravure\\Patreon\\Oauth\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/gravure/oauth2-patreon/src',
|
||
|
),
|
||
|
'Grav\\Plugin\\Login\\OAuth2\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/../..' . '/classes',
|
||
|
),
|
||
|
'Foxworth42\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/foxworth42/oauth2-okta/src',
|
||
|
),
|
||
|
'Firebase\\JWT\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
|
||
|
),
|
||
|
'AdamPaterson\\OAuth2\\Client\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/adam-paterson/oauth2-slack/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 = ComposerStaticInitbd5d628261f1599470d200425791c144::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInitbd5d628261f1599470d200425791c144::$prefixDirsPsr4;
|
||
|
$loader->classMap = ComposerStaticInitbd5d628261f1599470d200425791c144::$classMap;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|