blob: 94db3884fec6a4e38b811c33b47d1b07baef2666 [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 (
10 '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'R' =>
15 array (
16 'RobThree\\Auth\\' => 14,
17 ),
18 'P' =>
19 array (
20 'PhpMimeMailParser\\' => 18,
21 'PHPMailer\\PHPMailer\\' => 20,
22 ),
23 'M' =>
24 array (
25 'MatthiasMullie\\PathConverter\\' => 29,
26 'MatthiasMullie\\Minify\\' => 22,
27 ),
28 'H' =>
29 array (
30 'Html2Text\\' => 10,
31 ),
32 'D' =>
33 array (
34 'Ddeboer\\Imap\\' => 13,
35 ),
36 );
37
38 public static $prefixDirsPsr4 = array (
39 'RobThree\\Auth\\' =>
40 array (
41 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
42 ),
43 'PhpMimeMailParser\\' =>
44 array (
45 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
46 ),
47 'PHPMailer\\PHPMailer\\' =>
48 array (
49 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
50 ),
51 'MatthiasMullie\\PathConverter\\' =>
52 array (
53 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
54 ),
55 'MatthiasMullie\\Minify\\' =>
56 array (
57 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
58 ),
59 'Html2Text\\' =>
60 array (
61 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
62 ),
63 'Ddeboer\\Imap\\' =>
64 array (
65 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
66 ),
67 );
68
69 public static $prefixesPsr0 = array (
70 'O' =>
71 array (
72 'OAuth2' =>
73 array (
74 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
75 ),
76 ),
77 );
78
79 public static $classMap = array (
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010080 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010081 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
82 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
83 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
84 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
85 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
86 );
87
88 public static function getInitializer(ClassLoader $loader)
89 {
90 return \Closure::bind(function () use ($loader) {
91 $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
92 $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
93 $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
94 $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
95
96 }, null, ClassLoader::class);
97 }
98}