blob: 4d3a5d441e7f4a5f5015ffb1b71b35dbdb02d190 [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 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
12 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
13 'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
14 '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
15 '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 (
23 'Tightenco\\Collect\\' => 18,
24 ),
25 'S' =>
26 array (
27 'Symfony\\Polyfill\\Php80\\' => 23,
28 'Symfony\\Polyfill\\Mbstring\\' => 26,
29 'Symfony\\Contracts\\Translation\\' => 30,
30 'Symfony\\Component\\VarDumper\\' => 28,
31 'Symfony\\Component\\Translation\\' => 30,
32 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010033 'R' =>
34 array (
35 'RobThree\\Auth\\' => 14,
36 ),
37 'P' =>
38 array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020039 'Psr\\SimpleCache\\' => 16,
40 'Psr\\Log\\' => 8,
41 'Psr\\Container\\' => 14,
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010042 'PhpMimeMailParser\\' => 18,
43 'PHPMailer\\PHPMailer\\' => 20,
44 ),
45 'M' =>
46 array (
47 'MatthiasMullie\\PathConverter\\' => 29,
48 'MatthiasMullie\\Minify\\' => 22,
49 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020050 'L' =>
51 array (
52 'LdapRecord\\' => 11,
53 ),
54 'I' =>
55 array (
56 'Illuminate\\Contracts\\' => 21,
57 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010058 'H' =>
59 array (
60 'Html2Text\\' => 10,
61 ),
62 'D' =>
63 array (
64 'Ddeboer\\Imap\\' => 13,
65 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020066 'C' =>
67 array (
68 'Carbon\\' => 7,
69 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010070 );
71
72 public static $prefixDirsPsr4 = array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020073 'Tightenco\\Collect\\' =>
74 array (
75 0 => __DIR__ . '/..' . '/tightenco/collect/src/Collect',
76 ),
77 'Symfony\\Polyfill\\Php80\\' =>
78 array (
79 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
80 ),
81 'Symfony\\Polyfill\\Mbstring\\' =>
82 array (
83 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
84 ),
85 'Symfony\\Contracts\\Translation\\' =>
86 array (
87 0 => __DIR__ . '/..' . '/symfony/translation-contracts',
88 ),
89 'Symfony\\Component\\VarDumper\\' =>
90 array (
91 0 => __DIR__ . '/..' . '/symfony/var-dumper',
92 ),
93 'Symfony\\Component\\Translation\\' =>
94 array (
95 0 => __DIR__ . '/..' . '/symfony/translation',
96 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010097 'RobThree\\Auth\\' =>
98 array (
99 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
100 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200101 'Psr\\SimpleCache\\' =>
102 array (
103 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
104 ),
105 'Psr\\Log\\' =>
106 array (
107 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
108 ),
109 'Psr\\Container\\' =>
110 array (
111 0 => __DIR__ . '/..' . '/psr/container/src',
112 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100113 'PhpMimeMailParser\\' =>
114 array (
115 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
116 ),
117 'PHPMailer\\PHPMailer\\' =>
118 array (
119 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
120 ),
121 'MatthiasMullie\\PathConverter\\' =>
122 array (
123 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
124 ),
125 'MatthiasMullie\\Minify\\' =>
126 array (
127 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
128 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200129 'LdapRecord\\' =>
130 array (
131 0 => __DIR__ . '/..' . '/directorytree/ldaprecord/src',
132 ),
133 'Illuminate\\Contracts\\' =>
134 array (
135 0 => __DIR__ . '/..' . '/illuminate/contracts',
136 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100137 'Html2Text\\' =>
138 array (
139 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
140 ),
141 'Ddeboer\\Imap\\' =>
142 array (
143 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
144 ),
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200145 'Carbon\\' =>
146 array (
147 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
148 ),
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100149 );
150
151 public static $prefixesPsr0 = array (
152 'O' =>
153 array (
154 'OAuth2' =>
155 array (
156 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
157 ),
158 ),
159 );
160
161 public static $classMap = array (
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200162 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100163 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200164 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
165 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
166 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100167 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
168 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
169 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
170 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
171 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
172 );
173
174 public static function getInitializer(ClassLoader $loader)
175 {
176 return \Closure::bind(function () use ($loader) {
177 $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
178 $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
179 $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
180 $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
181
182 }, null, ClassLoader::class);
183 }
184}