1
|
|
|
<?php |
2
|
|
|
|
3
|
|
|
// autoload_static.php @generated by Composer |
4
|
|
|
|
5
|
|
|
namespace Composer\Autoload; |
6
|
|
|
|
7
|
|
|
class ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90 |
8
|
|
|
{ |
9
|
|
|
public static $files = array ( |
10
|
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', |
11
|
|
|
); |
12
|
|
|
|
13
|
|
|
public static $prefixLengthsPsr4 = array ( |
14
|
|
|
'l' => |
15
|
|
|
array ( |
16
|
|
|
'libphonenumber\\' => 15, |
17
|
|
|
), |
18
|
|
|
'S' => |
19
|
|
|
array ( |
20
|
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26, |
21
|
|
|
), |
22
|
|
|
'G' => |
23
|
|
|
array ( |
24
|
|
|
'Giggsey\\Locale\\' => 15, |
25
|
|
|
), |
26
|
|
|
); |
27
|
|
|
|
28
|
|
|
public static $prefixDirsPsr4 = array ( |
29
|
|
|
'libphonenumber\\' => |
30
|
|
|
array ( |
31
|
|
|
0 => __DIR__ . '/..' . '/giggsey/libphonenumber-for-php/src', |
32
|
|
|
), |
33
|
|
|
'Symfony\\Polyfill\\Mbstring\\' => |
34
|
|
|
array ( |
35
|
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', |
36
|
|
|
), |
37
|
|
|
'Giggsey\\Locale\\' => |
38
|
|
|
array ( |
39
|
|
|
0 => __DIR__ . '/..' . '/giggsey/locale/src', |
40
|
|
|
), |
41
|
|
|
); |
42
|
|
|
|
43
|
|
|
public static $classMap = array ( |
44
|
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
45
|
|
|
); |
46
|
|
|
|
47
|
|
|
public static function getInitializer(ClassLoader $loader) |
48
|
|
|
{ |
49
|
|
|
return \Closure::bind(function () use ($loader) { |
50
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$prefixLengthsPsr4; |
|
|
|
|
51
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$prefixDirsPsr4; |
|
|
|
|
52
|
|
|
$loader->classMap = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$classMap; |
|
|
|
|
53
|
|
|
|
54
|
|
|
}, null, ClassLoader::class); |
55
|
|
|
} |
56
|
|
|
} |
57
|
|
|
|