1<?php
2
3// autoload_static.php @generated by Composer
4
5namespace Composer\Autoload;
6
7class ComposerStaticInitdcef7c793ade70d8efbd4908c763f360
8{
9    public static $files = array (
10        'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
11        '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
12    );
13
14    public static $prefixLengthsPsr4 = array (
15        'S' =>
16        array (
17            'Symfony\\Polyfill\\Php80\\' => 23,
18            'Symfony\\Component\\CssSelector\\' => 30,
19        ),
20        'D' =>
21        array (
22            'DOMWrap\\' => 8,
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        'DOMWrap\\' =>
36        array (
37            0 => __DIR__ . '/..' . '/scotteh/php-dom-wrapper/src',
38        ),
39    );
40
41    public static $prefixesPsr0 = array (
42        'H' =>
43        array (
44            'HTMLPurifier' =>
45            array (
46                0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
47            ),
48        ),
49    );
50
51    public static $classMap = array (
52        'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
53        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
54        'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
55        'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
56        'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
57        'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
58    );
59
60    public static function getInitializer(ClassLoader $loader)
61    {
62        return \Closure::bind(function () use ($loader) {
63            $loader->prefixLengthsPsr4 = ComposerStaticInitdcef7c793ade70d8efbd4908c763f360::$prefixLengthsPsr4;
64            $loader->prefixDirsPsr4 = ComposerStaticInitdcef7c793ade70d8efbd4908c763f360::$prefixDirsPsr4;
65            $loader->prefixesPsr0 = ComposerStaticInitdcef7c793ade70d8efbd4908c763f360::$prefixesPsr0;
66            $loader->classMap = ComposerStaticInitdcef7c793ade70d8efbd4908c763f360::$classMap;
67
68        }, null, ClassLoader::class);
69    }
70}
71