1<?php
2
3// autoload_static.php @generated by Composer
4
5namespace Composer\Autoload;
6
7class ComposerStaticInit8addbcda4a0ee7f318772437699056aa
8{
9    public static $files = array (
10        'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
11        '8592c7b0947d8a0965a9e8c3d16f9c24' => __DIR__ . '/..' . '/elasticsearch/elasticsearch/src/autoload.php',
12        '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
13        '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',
14    );
15
16    public static $prefixLengthsPsr4 = array (
17        'S' =>
18        array (
19            'Symfony\\Polyfill\\Php73\\' => 23,
20        ),
21        'R' =>
22        array (
23            'React\\Promise\\' => 14,
24        ),
25        'P' =>
26        array (
27            'Psr\\Log\\' => 8,
28        ),
29        'N' =>
30        array (
31            'Nyholm\\Dsn\\' => 11,
32        ),
33        'L' =>
34        array (
35            'LanguageDetection\\' => 18,
36        ),
37        'G' =>
38        array (
39            'GuzzleHttp\\Stream\\' => 18,
40            'GuzzleHttp\\Ring\\' => 16,
41        ),
42        'E' =>
43        array (
44            'Elasticsearch\\' => 14,
45            'Elastica\\' => 9,
46        ),
47    );
48
49    public static $prefixDirsPsr4 = array (
50        'Symfony\\Polyfill\\Php73\\' =>
51        array (
52            0 => __DIR__ . '/..' . '/symfony/polyfill-php73',
53        ),
54        'React\\Promise\\' =>
55        array (
56            0 => __DIR__ . '/..' . '/react/promise/src',
57        ),
58        'Psr\\Log\\' =>
59        array (
60            0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
61        ),
62        'Nyholm\\Dsn\\' =>
63        array (
64            0 => __DIR__ . '/..' . '/nyholm/dsn/src',
65        ),
66        'LanguageDetection\\' =>
67        array (
68            0 => __DIR__ . '/..' . '/patrickschur/language-detection/src/LanguageDetection',
69        ),
70        'GuzzleHttp\\Stream\\' =>
71        array (
72            0 => __DIR__ . '/..' . '/ezimuel/guzzlestreams/src',
73        ),
74        'GuzzleHttp\\Ring\\' =>
75        array (
76            0 => __DIR__ . '/..' . '/ezimuel/ringphp/src',
77        ),
78        'Elasticsearch\\' =>
79        array (
80            0 => __DIR__ . '/..' . '/elasticsearch/elasticsearch/src/Elasticsearch',
81        ),
82        'Elastica\\' =>
83        array (
84            0 => __DIR__ . '/..' . '/ruflin/elastica/src',
85        ),
86    );
87
88    public static $classMap = array (
89        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
90        'JsonException' => __DIR__ . '/..' . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
91    );
92
93    public static function getInitializer(ClassLoader $loader)
94    {
95        return \Closure::bind(function () use ($loader) {
96            $loader->prefixLengthsPsr4 = ComposerStaticInit8addbcda4a0ee7f318772437699056aa::$prefixLengthsPsr4;
97            $loader->prefixDirsPsr4 = ComposerStaticInit8addbcda4a0ee7f318772437699056aa::$prefixDirsPsr4;
98            $loader->classMap = ComposerStaticInit8addbcda4a0ee7f318772437699056aa::$classMap;
99
100        }, null, ClassLoader::class);
101    }
102}
103