1<?php
2
3// autoload_static.php @generated by Composer
4
5namespace Composer\Autoload;
6
7class ComposerStaticInit537c0c0964e0023e2cc0f5d48b7fe7f7
8{
9    public static $files = array (
10        '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
11        '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
12        '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
13        '728cd66d334b33c0fb1ed0fe1060a82b' => __DIR__ . '/..' . '/rappasoft/laravel-helpers/src/helpers.php',
14    );
15
16    public static $prefixLengthsPsr4 = array (
17        'P' =>
18        array (
19            'Psr\\Http\\Message\\' => 17,
20            'Psr\\Http\\Client\\' => 16,
21        ),
22        'M' =>
23        array (
24            'MatrixPhp\\' => 10,
25        ),
26        'G' =>
27        array (
28            'GuzzleHttp\\Psr7\\' => 16,
29            'GuzzleHttp\\Promise\\' => 19,
30            'GuzzleHttp\\' => 11,
31        ),
32    );
33
34    public static $prefixDirsPsr4 = array (
35        'Psr\\Http\\Message\\' =>
36        array (
37            0 => __DIR__ . '/..' . '/psr/http-factory/src',
38            1 => __DIR__ . '/..' . '/psr/http-message/src',
39        ),
40        'Psr\\Http\\Client\\' =>
41        array (
42            0 => __DIR__ . '/..' . '/psr/http-client/src',
43        ),
44        'MatrixPhp\\' =>
45        array (
46            0 => __DIR__ . '/..' . '/meet-kinksters/php-matrix-sdk/src',
47        ),
48        'GuzzleHttp\\Psr7\\' =>
49        array (
50            0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
51        ),
52        'GuzzleHttp\\Promise\\' =>
53        array (
54            0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
55        ),
56        'GuzzleHttp\\' =>
57        array (
58            0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
59        ),
60    );
61
62    public static $classMap = array (
63        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
64    );
65
66    public static function getInitializer(ClassLoader $loader)
67    {
68        return \Closure::bind(function () use ($loader) {
69            $loader->prefixLengthsPsr4 = ComposerStaticInit537c0c0964e0023e2cc0f5d48b7fe7f7::$prefixLengthsPsr4;
70            $loader->prefixDirsPsr4 = ComposerStaticInit537c0c0964e0023e2cc0f5d48b7fe7f7::$prefixDirsPsr4;
71            $loader->classMap = ComposerStaticInit537c0c0964e0023e2cc0f5d48b7fe7f7::$classMap;
72
73        }, null, ClassLoader::class);
74    }
75}
76