blob: 94606e831669009c13d64b96940e2e74fb889997 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001<?php
2
3// autoload_static.php @generated by Composer
4
5namespace Composer\Autoload;
6
7class ComposerStaticInit873464e4bd965a3168f133248b1b218b
8{
9 public static $files = array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020010 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010011 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020012 'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
13 '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010014 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020015 'fe62ba7e10580d903cc46d808b5961a4' => __DIR__ . '/..' . '/tightenco/collect/src/Collect/Support/helpers.php',
16 'caf31cc6ec7cf2241cb6f12c226c3846' => __DIR__ . '/..' . '/tightenco/collect/src/Collect/Support/alias.php',
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010017 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
18 );
19
20 public static $prefixLengthsPsr4 = array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020021 'T' =>
22 array (
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010023 'Twig\\' => 5,
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020024 'Tightenco\\Collect\\' => 18,
25 ),
26 'S' =>
27 array (
28 'Symfony\\Polyfill\\Php80\\' => 23,
29 'Symfony\\Polyfill\\Mbstring\\' => 26,
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010030 'Symfony\\Polyfill\\Ctype\\' => 23,
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020031 'Symfony\\Contracts\\Translation\\' => 30,
32 'Symfony\\Component\\VarDumper\\' => 28,
33 'Symfony\\Component\\Translation\\' => 30,
34 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010035 'R' =>
36 array (
37 'RobThree\\Auth\\' => 14,
38 ),
39 'P' =>
40 array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020041 'Psr\\SimpleCache\\' => 16,
42 'Psr\\Log\\' => 8,
43 'Psr\\Container\\' => 14,
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010044 'PhpMimeMailParser\\' => 18,
45 'PHPMailer\\PHPMailer\\' => 20,
46 ),
47 'M' =>
48 array (
49 'MatthiasMullie\\PathConverter\\' => 29,
50 'MatthiasMullie\\Minify\\' => 22,
51 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020052 'L' =>
53 array (
54 'LdapRecord\\' => 11,
55 ),
56 'I' =>
57 array (
58 'Illuminate\\Contracts\\' => 21,
59 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010060 'H' =>
61 array (
62 'Html2Text\\' => 10,
63 ),
64 'D' =>
65 array (
66 'Ddeboer\\Imap\\' => 13,
67 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020068 'C' =>
69 array (
70 'Carbon\\' => 7,
71 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010072 );
73
74 public static $prefixDirsPsr4 = array (
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010075 'Twig\\' =>
76 array (
77 0 => __DIR__ . '/..' . '/twig/twig/src',
78 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020079 'Tightenco\\Collect\\' =>
80 array (
81 0 => __DIR__ . '/..' . '/tightenco/collect/src/Collect',
82 ),
83 'Symfony\\Polyfill\\Php80\\' =>
84 array (
85 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
86 ),
87 'Symfony\\Polyfill\\Mbstring\\' =>
88 array (
89 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
90 ),
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010091 'Symfony\\Polyfill\\Ctype\\' =>
92 array (
93 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
94 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020095 'Symfony\\Contracts\\Translation\\' =>
96 array (
97 0 => __DIR__ . '/..' . '/symfony/translation-contracts',
98 ),
99 'Symfony\\Component\\VarDumper\\' =>
100 array (
101 0 => __DIR__ . '/..' . '/symfony/var-dumper',
102 ),
103 'Symfony\\Component\\Translation\\' =>
104 array (
105 0 => __DIR__ . '/..' . '/symfony/translation',
106 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100107 'RobThree\\Auth\\' =>
108 array (
109 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
110 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200111 'Psr\\SimpleCache\\' =>
112 array (
113 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
114 ),
115 'Psr\\Log\\' =>
116 array (
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100117 0 => __DIR__ . '/..' . '/psr/log/src',
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200118 ),
119 'Psr\\Container\\' =>
120 array (
121 0 => __DIR__ . '/..' . '/psr/container/src',
122 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100123 'PhpMimeMailParser\\' =>
124 array (
125 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
126 ),
127 'PHPMailer\\PHPMailer\\' =>
128 array (
129 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
130 ),
131 'MatthiasMullie\\PathConverter\\' =>
132 array (
133 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
134 ),
135 'MatthiasMullie\\Minify\\' =>
136 array (
137 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
138 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200139 'LdapRecord\\' =>
140 array (
141 0 => __DIR__ . '/..' . '/directorytree/ldaprecord/src',
142 ),
143 'Illuminate\\Contracts\\' =>
144 array (
145 0 => __DIR__ . '/..' . '/illuminate/contracts',
146 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100147 'Html2Text\\' =>
148 array (
149 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
150 ),
151 'Ddeboer\\Imap\\' =>
152 array (
153 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
154 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200155 'Carbon\\' =>
156 array (
157 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
158 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100159 );
160
161 public static $prefixesPsr0 = array (
162 'O' =>
163 array (
164 'OAuth2' =>
165 array (
166 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
167 ),
168 ),
169 );
170
171 public static $classMap = array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200172 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100173 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200174 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
175 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
176 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100177 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
178 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
179 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
180 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
181 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
182 );
183
184 public static function getInitializer(ClassLoader $loader)
185 {
186 return \Closure::bind(function () use ($loader) {
187 $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
188 $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
189 $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
190 $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
191
192 }, null, ClassLoader::class);
193 }
194}