32 lines
861 B
PHP
32 lines
861 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitd051a3fd38373f38066f9a7f62be4c25
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'A' =>
|
|
array (
|
|
'Abraham\\TwitterOAuth\\' => 21,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Abraham\\TwitterOAuth\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/abraham/twitteroauth/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitd051a3fd38373f38066f9a7f62be4c25::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitd051a3fd38373f38066f9a7f62be4c25::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|