|
7 | 7 | class ComposerStaticInit54f1e3b07af199d5ea5e9af2164e876f |
8 | 8 | { |
9 | 9 | public static $files = array ( |
10 | | - 'c417d56f84766727c19c8c673404dc74' => __DIR__ . '/../..' . '/config.php', |
| 10 | + '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', |
| 11 | + '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php', |
| 12 | + '87988fc7b1c1f093da22a1a3de972f3a' => __DIR__ . '/../..' . '/kirby/config/helpers.php', |
| 13 | + '428e0a6316e676194f2283f47fbd1fc4' => __DIR__ . '/../..' . '/kirby/config/aliases.php', |
| 14 | + 'd80b806b2b0bfc4457e5f164edcb5232' => __DIR__ . '/../..' . '/kirby/config/tests.php', |
| 15 | + '9f6b0f75f27a8c290d4344e24ca490c0' => __DIR__ . '/../..' . '/config.php', |
11 | 16 | ); |
12 | 17 |
|
13 | 18 | public static $prefixLengthsPsr4 = array ( |
| 19 | + 'Z' => |
| 20 | + array ( |
| 21 | + 'Zend\\Escaper\\' => 13, |
| 22 | + ), |
| 23 | + 'W' => |
| 24 | + array ( |
| 25 | + 'Whoops\\' => 7, |
| 26 | + ), |
| 27 | + 'T' => |
| 28 | + array ( |
| 29 | + 'TrueBV\\' => 7, |
| 30 | + ), |
| 31 | + 'S' => |
| 32 | + array ( |
| 33 | + 'Symfony\\Polyfill\\Mbstring\\' => 26, |
| 34 | + ), |
| 35 | + 'P' => |
| 36 | + array ( |
| 37 | + 'Psr\\Log\\' => 8, |
| 38 | + 'PHPMailer\\PHPMailer\\' => 20, |
| 39 | + ), |
| 40 | + 'K' => |
| 41 | + array ( |
| 42 | + 'Kirby\\ComposerInstaller\\' => 24, |
| 43 | + 'Kirby\\' => 6, |
| 44 | + ), |
14 | 45 | 'F' => |
15 | 46 | array ( |
16 | 47 | 'Flokosiol\\' => 10, |
17 | 48 | ), |
18 | 49 | ); |
19 | 50 |
|
20 | 51 | public static $prefixDirsPsr4 = array ( |
| 52 | + 'Zend\\Escaper\\' => |
| 53 | + array ( |
| 54 | + 0 => __DIR__ . '/..' . '/zendframework/zend-escaper/src', |
| 55 | + ), |
| 56 | + 'Whoops\\' => |
| 57 | + array ( |
| 58 | + 0 => __DIR__ . '/..' . '/filp/whoops/src/Whoops', |
| 59 | + ), |
| 60 | + 'TrueBV\\' => |
| 61 | + array ( |
| 62 | + 0 => __DIR__ . '/..' . '/true/punycode/src', |
| 63 | + ), |
| 64 | + 'Symfony\\Polyfill\\Mbstring\\' => |
| 65 | + array ( |
| 66 | + 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', |
| 67 | + ), |
| 68 | + 'Psr\\Log\\' => |
| 69 | + array ( |
| 70 | + 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', |
| 71 | + ), |
| 72 | + 'PHPMailer\\PHPMailer\\' => |
| 73 | + array ( |
| 74 | + 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src', |
| 75 | + ), |
| 76 | + 'Kirby\\ComposerInstaller\\' => |
| 77 | + array ( |
| 78 | + 0 => __DIR__ . '/..' . '/getkirby/composer-installer/src', |
| 79 | + ), |
| 80 | + 'Kirby\\' => |
| 81 | + array ( |
| 82 | + 0 => __DIR__ . '/../..' . '/kirby/src', |
| 83 | + ), |
21 | 84 | 'Flokosiol\\' => |
22 | 85 | array ( |
23 | 86 | 0 => __DIR__ . '/../..' . '/core', |
24 | 87 | ), |
25 | 88 | ); |
26 | 89 |
|
| 90 | + public static $fallbackDirsPsr4 = array ( |
| 91 | + 0 => __DIR__ . '/..' . '/league/color-extractor/src', |
| 92 | + ); |
| 93 | + |
| 94 | + public static $prefixesPsr0 = array ( |
| 95 | + 'c' => |
| 96 | + array ( |
| 97 | + 'claviska' => |
| 98 | + array ( |
| 99 | + 0 => __DIR__ . '/..' . '/claviska/simpleimage/src', |
| 100 | + ), |
| 101 | + ), |
| 102 | + 'M' => |
| 103 | + array ( |
| 104 | + 'Michelf' => |
| 105 | + array ( |
| 106 | + 0 => __DIR__ . '/..' . '/michelf/php-smartypants', |
| 107 | + ), |
| 108 | + ), |
| 109 | + ); |
| 110 | + |
| 111 | + public static $classMap = array ( |
| 112 | + 'Parsedown' => __DIR__ . '/../..' . '/kirby/dependencies/parsedown/Parsedown.php', |
| 113 | + 'ParsedownExtra' => __DIR__ . '/../..' . '/kirby/dependencies/parsedown-extra/ParsedownExtra.php', |
| 114 | + ); |
| 115 | + |
27 | 116 | public static function getInitializer(ClassLoader $loader) |
28 | 117 | { |
29 | 118 | return \Closure::bind(function () use ($loader) { |
30 | 119 | $loader->prefixLengthsPsr4 = ComposerStaticInit54f1e3b07af199d5ea5e9af2164e876f::$prefixLengthsPsr4; |
31 | 120 | $loader->prefixDirsPsr4 = ComposerStaticInit54f1e3b07af199d5ea5e9af2164e876f::$prefixDirsPsr4; |
| 121 | + $loader->fallbackDirsPsr4 = ComposerStaticInit54f1e3b07af199d5ea5e9af2164e876f::$fallbackDirsPsr4; |
| 122 | + $loader->prefixesPsr0 = ComposerStaticInit54f1e3b07af199d5ea5e9af2164e876f::$prefixesPsr0; |
| 123 | + $loader->classMap = ComposerStaticInit54f1e3b07af199d5ea5e9af2164e876f::$classMap; |
32 | 124 |
|
33 | 125 | }, null, ClassLoader::class); |
34 | 126 | } |
|
0 commit comments