xref: /plugin/statistics/vendor/composer/autoload_static.php (revision d5ef99ddb7dfb0cfae33e9257bd1d788f682c50f)
1*d5ef99ddSAndreas Gohr<?php
2*d5ef99ddSAndreas Gohr
3*d5ef99ddSAndreas Gohr// autoload_static.php @generated by Composer
4*d5ef99ddSAndreas Gohr
5*d5ef99ddSAndreas Gohrnamespace Composer\Autoload;
6*d5ef99ddSAndreas Gohr
7*d5ef99ddSAndreas Gohrclass ComposerStaticInit784f84c33ed90a42455e5fe4268ebade
8*d5ef99ddSAndreas Gohr{
9*d5ef99ddSAndreas Gohr    public static $files = array (
10*d5ef99ddSAndreas Gohr        '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
11*d5ef99ddSAndreas Gohr    );
12*d5ef99ddSAndreas Gohr
13*d5ef99ddSAndreas Gohr    public static $prefixLengthsPsr4 = array (
14*d5ef99ddSAndreas Gohr        'D' =>
15*d5ef99ddSAndreas Gohr        array (
16*d5ef99ddSAndreas Gohr            'DeviceDetector\\' => 15,
17*d5ef99ddSAndreas Gohr        ),
18*d5ef99ddSAndreas Gohr    );
19*d5ef99ddSAndreas Gohr
20*d5ef99ddSAndreas Gohr    public static $prefixDirsPsr4 = array (
21*d5ef99ddSAndreas Gohr        'DeviceDetector\\' =>
22*d5ef99ddSAndreas Gohr        array (
23*d5ef99ddSAndreas Gohr            0 => __DIR__ . '/..' . '/matomo/device-detector',
24*d5ef99ddSAndreas Gohr        ),
25*d5ef99ddSAndreas Gohr    );
26*d5ef99ddSAndreas Gohr
27*d5ef99ddSAndreas Gohr    public static $classMap = array (
28*d5ef99ddSAndreas Gohr        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
29*d5ef99ddSAndreas Gohr    );
30*d5ef99ddSAndreas Gohr
31*d5ef99ddSAndreas Gohr    public static function getInitializer(ClassLoader $loader)
32*d5ef99ddSAndreas Gohr    {
33*d5ef99ddSAndreas Gohr        return \Closure::bind(function () use ($loader) {
34*d5ef99ddSAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInit784f84c33ed90a42455e5fe4268ebade::$prefixLengthsPsr4;
35*d5ef99ddSAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInit784f84c33ed90a42455e5fe4268ebade::$prefixDirsPsr4;
36*d5ef99ddSAndreas Gohr            $loader->classMap = ComposerStaticInit784f84c33ed90a42455e5fe4268ebade::$classMap;
37*d5ef99ddSAndreas Gohr
38*d5ef99ddSAndreas Gohr        }, null, ClassLoader::class);
39*d5ef99ddSAndreas Gohr    }
40*d5ef99ddSAndreas Gohr}
41