2018-01-28 12:17:19 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
|
2019-08-04 04:21:18 -04:00
|
|
|
class ComposerStaticInitTwitterAddon
|
2018-01-28 12:17:19 -05:00
|
|
|
{
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
2019-08-04 04:21:18 -04:00
|
|
|
'C' =>
|
|
|
|
array (
|
|
|
|
'Composer\\Installers\\' => 20,
|
2021-09-13 14:51:12 -04:00
|
|
|
'Composer\\CaBundle\\' => 18,
|
2019-08-04 04:21:18 -04:00
|
|
|
),
|
2018-01-28 12:17:19 -05:00
|
|
|
'A' =>
|
|
|
|
array (
|
|
|
|
'Abraham\\TwitterOAuth\\' => 21,
|
|
|
|
),
|
|
|
|
);
|
|
|
|
|
|
|
|
public static $prefixDirsPsr4 = array (
|
2019-08-04 04:21:18 -04:00
|
|
|
'Composer\\Installers\\' =>
|
|
|
|
array (
|
|
|
|
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
|
|
|
|
),
|
2021-09-13 14:51:12 -04:00
|
|
|
'Composer\\CaBundle\\' =>
|
|
|
|
array (
|
|
|
|
0 => __DIR__ . '/..' . '/composer/ca-bundle/src',
|
|
|
|
),
|
2018-01-28 12:17:19 -05:00
|
|
|
'Abraham\\TwitterOAuth\\' =>
|
|
|
|
array (
|
|
|
|
0 => __DIR__ . '/..' . '/abraham/twitteroauth/src',
|
|
|
|
),
|
|
|
|
);
|
|
|
|
|
2019-08-04 04:21:18 -04:00
|
|
|
public static $classMap = array (
|
|
|
|
'Codebird\\Codebird' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
|
2019-08-04 08:16:56 -04:00
|
|
|
'Codebird\\CodebirdAuthException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
|
|
|
|
'Codebird\\CodebirdCredentialsException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
|
|
|
|
'Codebird\\CodebirdEndpointException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
|
|
|
|
'Codebird\\CodebirdMediaException' => __DIR__ . '/..' . '/jublonet/codebird-php/src/codebird.php',
|
2019-08-04 04:21:18 -04:00
|
|
|
);
|
|
|
|
|
2018-01-28 12:17:19 -05:00
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
|
|
{
|
|
|
|
return \Closure::bind(function () use ($loader) {
|
2019-08-04 04:21:18 -04:00
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitTwitterAddon::$prefixLengthsPsr4;
|
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitTwitterAddon::$prefixDirsPsr4;
|
|
|
|
$loader->classMap = ComposerStaticInitTwitterAddon::$classMap;
|
2018-01-28 12:17:19 -05:00
|
|
|
|
|
|
|
}, null, ClassLoader::class);
|
|
|
|
}
|
|
|
|
}
|