xref: /plugin/farmer/vendor/composer/autoload_static.php (revision c609f1dcc91a56df760d51ba92f6e25b7289002c)
1*c609f1dcSAndreas Gohr<?php
2*c609f1dcSAndreas Gohr
3*c609f1dcSAndreas Gohr// autoload_static.php @generated by Composer
4*c609f1dcSAndreas Gohr
5*c609f1dcSAndreas Gohrnamespace Composer\Autoload;
6*c609f1dcSAndreas Gohr
7*c609f1dcSAndreas Gohrclass ComposerStaticInitdde48910ea7657f98a91fd13642262cb
8*c609f1dcSAndreas Gohr{
9*c609f1dcSAndreas Gohr    public static $prefixLengthsPsr4 = array (
10*c609f1dcSAndreas Gohr        's' =>
11*c609f1dcSAndreas Gohr        array (
12*c609f1dcSAndreas Gohr            'splitbrain\\phpico\\' => 18,
13*c609f1dcSAndreas Gohr            'splitbrain\\RingIcon\\' => 20,
14*c609f1dcSAndreas Gohr        ),
15*c609f1dcSAndreas Gohr    );
16*c609f1dcSAndreas Gohr
17*c609f1dcSAndreas Gohr    public static $prefixDirsPsr4 = array (
18*c609f1dcSAndreas Gohr        'splitbrain\\phpico\\' =>
19*c609f1dcSAndreas Gohr        array (
20*c609f1dcSAndreas Gohr            0 => __DIR__ . '/..' . '/splitbrain/php-ico/src',
21*c609f1dcSAndreas Gohr        ),
22*c609f1dcSAndreas Gohr        'splitbrain\\RingIcon\\' =>
23*c609f1dcSAndreas Gohr        array (
24*c609f1dcSAndreas Gohr            0 => __DIR__ . '/..' . '/splitbrain/php-ringicon/src',
25*c609f1dcSAndreas Gohr        ),
26*c609f1dcSAndreas Gohr    );
27*c609f1dcSAndreas Gohr
28*c609f1dcSAndreas Gohr    public static $classMap = array (
29*c609f1dcSAndreas Gohr        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
30*c609f1dcSAndreas Gohr    );
31*c609f1dcSAndreas Gohr
32*c609f1dcSAndreas Gohr    public static function getInitializer(ClassLoader $loader)
33*c609f1dcSAndreas Gohr    {
34*c609f1dcSAndreas Gohr        return \Closure::bind(function () use ($loader) {
35*c609f1dcSAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInitdde48910ea7657f98a91fd13642262cb::$prefixLengthsPsr4;
36*c609f1dcSAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInitdde48910ea7657f98a91fd13642262cb::$prefixDirsPsr4;
37*c609f1dcSAndreas Gohr            $loader->classMap = ComposerStaticInitdde48910ea7657f98a91fd13642262cb::$classMap;
38*c609f1dcSAndreas Gohr
39*c609f1dcSAndreas Gohr        }, null, ClassLoader::class);
40*c609f1dcSAndreas Gohr    }
41*c609f1dcSAndreas Gohr}
42