0
|
1 <?php
|
|
2
|
|
3 // autoload_static.php @generated by Composer
|
|
4
|
|
5 namespace Composer\Autoload;
|
|
6
|
|
7 class ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc
|
|
8 {
|
|
9 public static $prefixLengthsPsr4 = array (
|
13
|
10 'S' =>
|
|
11 array (
|
|
12 'Sabre\\VObject\\' => 14,
|
|
13 ),
|
0
|
14 'E' =>
|
|
15 array (
|
|
16 'Endroid\\QrCode\\' => 15,
|
|
17 ),
|
|
18 'C' =>
|
|
19 array (
|
|
20 'Composer\\Semver\\' => 16,
|
|
21 ),
|
|
22 );
|
|
23
|
|
24 public static $prefixDirsPsr4 = array (
|
13
|
25 'Sabre\\VObject\\' =>
|
|
26 array (
|
|
27 0 => __DIR__ . '/..' . '/sabre/vobject/lib',
|
|
28 ),
|
0
|
29 'Endroid\\QrCode\\' =>
|
|
30 array (
|
13
|
31 0 => __DIR__ . '/..' . '/endroid/qr-code/src',
|
0
|
32 ),
|
|
33 'Composer\\Semver\\' =>
|
|
34 array (
|
|
35 0 => __DIR__ . '/..' . '/composer/semver/src',
|
|
36 ),
|
|
37 );
|
|
38
|
|
39 public static $prefixesPsr0 = array (
|
|
40 'R' =>
|
|
41 array (
|
|
42 'Roundcube\\Composer' =>
|
|
43 array (
|
|
44 0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src',
|
|
45 ),
|
|
46 ),
|
|
47 'P' =>
|
|
48 array (
|
|
49 'PEAR' =>
|
|
50 array (
|
|
51 0 => __DIR__ . '/..' . '/pear/pear_exception',
|
|
52 ),
|
|
53 ),
|
|
54 'N' =>
|
|
55 array (
|
|
56 'Net' =>
|
|
57 array (
|
|
58 0 => __DIR__ . '/..' . '/pear/net_idna2',
|
|
59 1 => __DIR__ . '/..' . '/pear/net_socket',
|
|
60 2 => __DIR__ . '/..' . '/pear/net_smtp',
|
|
61 ),
|
|
62 ),
|
|
63 'M' =>
|
|
64 array (
|
|
65 'Mail' =>
|
|
66 array (
|
|
67 0 => __DIR__ . '/..' . '/pear/mail_mime',
|
|
68 ),
|
|
69 ),
|
|
70 'C' =>
|
|
71 array (
|
|
72 'Crypt' =>
|
|
73 array (
|
|
74 0 => __DIR__ . '/..' . '/pear/crypt_gpg',
|
|
75 ),
|
|
76 'Console' =>
|
|
77 array (
|
|
78 0 => __DIR__ . '/..' . '/pear/console_commandline',
|
|
79 1 => __DIR__ . '/..' . '/pear/console_getopt',
|
|
80 ),
|
|
81 ),
|
|
82 'A' =>
|
|
83 array (
|
|
84 'Auth' =>
|
|
85 array (
|
|
86 0 => __DIR__ . '/..' . '/pear/auth_sasl',
|
|
87 ),
|
|
88 ),
|
|
89 );
|
|
90
|
|
91 public static $fallbackDirsPsr0 = array (
|
|
92 0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src',
|
|
93 );
|
|
94
|
|
95 public static $classMap = array (
|
|
96 'Net_Sieve' => __DIR__ . '/..' . '/pear/net_sieve/Sieve.php',
|
|
97 'SieveTest' => __DIR__ . '/..' . '/pear/net_sieve/tests/SieveTest.php',
|
|
98 );
|
|
99
|
|
100 public static function getInitializer(ClassLoader $loader)
|
|
101 {
|
|
102 return \Closure::bind(function () use ($loader) {
|
|
103 $loader->prefixLengthsPsr4 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixLengthsPsr4;
|
|
104 $loader->prefixDirsPsr4 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixDirsPsr4;
|
|
105 $loader->prefixesPsr0 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixesPsr0;
|
|
106 $loader->fallbackDirsPsr0 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$fallbackDirsPsr0;
|
|
107 $loader->classMap = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$classMap;
|
|
108
|
|
109 }, null, ClassLoader::class);
|
|
110 }
|
|
111 }
|