Merge branch '3.6-rc'
[friendica-addons.git/.git] / twitter / vendor / composer / autoload_static.php
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitd051a3fd38373f38066f9a7f62be4c25
8 {
9     public static $prefixLengthsPsr4 = array (
10         'A' => 
11         array (
12             'Abraham\\TwitterOAuth\\' => 21,
13         ),
14     );
15
16     public static $prefixDirsPsr4 = array (
17         'Abraham\\TwitterOAuth\\' => 
18         array (
19             0 => __DIR__ . '/..' . '/abraham/twitteroauth/src',
20         ),
21     );
22
23     public static function getInitializer(ClassLoader $loader)
24     {
25         return \Closure::bind(function () use ($loader) {
26             $loader->prefixLengthsPsr4 = ComposerStaticInitd051a3fd38373f38066f9a7f62be4c25::$prefixLengthsPsr4;
27             $loader->prefixDirsPsr4 = ComposerStaticInitd051a3fd38373f38066f9a7f62be4c25::$prefixDirsPsr4;
28
29         }, null, ClassLoader::class);
30     }
31 }