0
|
1 <?php
|
|
2
|
|
3 // autoload_static.php @generated by Composer
|
|
4
|
|
5 namespace Composer\Autoload;
|
|
6
|
|
7 class ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2
|
|
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 $prefixesPsr0 = array (
|
|
24 'M' =>
|
|
25 array (
|
|
26 'Mute' =>
|
|
27 array (
|
|
28 0 => __DIR__ . '/..' . '/mute/facebook/src',
|
|
29 ),
|
|
30 ),
|
|
31 );
|
|
32
|
|
33 public static function getInitializer(ClassLoader $loader)
|
|
34 {
|
|
35 return \Closure::bind(function () use ($loader) {
|
|
36 $loader->prefixLengthsPsr4 = ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2::$prefixLengthsPsr4;
|
|
37 $loader->prefixDirsPsr4 = ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2::$prefixDirsPsr4;
|
|
38 $loader->prefixesPsr0 = ComposerStaticInitf14e29fa54400898c10a98b38dfa3cf2::$prefixesPsr0;
|
|
39
|
|
40 }, null, ClassLoader::class);
|
|
41 }
|
|
42 }
|