ClassLoader.php
2 years ago
InstalledVersions.php
6 months ago
LICENSE
2 years ago
autoload_classmap.php
2 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 days ago
autoload_static.php
2 days ago
installed.json
2 years ago
installed.php
2 days ago
platform_check.php
6 months ago
autoload_static.php
64 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit2e5ea8c234525c0330a75a9464c13791 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', |
| 11 | ); |
| 12 | |
| 13 | public static $prefixLengthsPsr4 = array ( |
| 14 | 'S' => |
| 15 | array ( |
| 16 | 'Symfony\\Polyfill\\Php80\\' => 23, |
| 17 | 'Symfony\\Component\\CssSelector\\' => 30, |
| 18 | 'Sabberworm\\CSS\\' => 15, |
| 19 | ), |
| 20 | 'P' => |
| 21 | array ( |
| 22 | 'Pelago\\Emogrifier\\' => 18, |
| 23 | ), |
| 24 | ); |
| 25 | |
| 26 | public static $prefixDirsPsr4 = array ( |
| 27 | 'Symfony\\Polyfill\\Php80\\' => |
| 28 | array ( |
| 29 | 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', |
| 30 | ), |
| 31 | 'Symfony\\Component\\CssSelector\\' => |
| 32 | array ( |
| 33 | 0 => __DIR__ . '/..' . '/symfony/css-selector', |
| 34 | ), |
| 35 | 'Sabberworm\\CSS\\' => |
| 36 | array ( |
| 37 | 0 => __DIR__ . '/..' . '/sabberworm/php-css-parser/src', |
| 38 | ), |
| 39 | 'Pelago\\Emogrifier\\' => |
| 40 | array ( |
| 41 | 0 => __DIR__ . '/..' . '/pelago/emogrifier/src', |
| 42 | ), |
| 43 | ); |
| 44 | |
| 45 | public static $classMap = array ( |
| 46 | 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', |
| 47 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 48 | 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', |
| 49 | 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', |
| 50 | 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
| 51 | 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
| 52 | ); |
| 53 | |
| 54 | public static function getInitializer(ClassLoader $loader) |
| 55 | { |
| 56 | return \Closure::bind(function () use ($loader) { |
| 57 | $loader->prefixLengthsPsr4 = ComposerStaticInit2e5ea8c234525c0330a75a9464c13791::$prefixLengthsPsr4; |
| 58 | $loader->prefixDirsPsr4 = ComposerStaticInit2e5ea8c234525c0330a75a9464c13791::$prefixDirsPsr4; |
| 59 | $loader->classMap = ComposerStaticInit2e5ea8c234525c0330a75a9464c13791::$classMap; |
| 60 | |
| 61 | }, null, ClassLoader::class); |
| 62 | } |
| 63 | } |
| 64 |