xref: /plugin/upgrade/myvendor/composer/autoload_static.php (revision ab8e5256dbaece2751c4414d6cf7b761cb71998a)
1*ab8e5256SAndreas Gohr<?php
2*ab8e5256SAndreas Gohr
3*ab8e5256SAndreas Gohr// autoload_static.php @generated by Composer
4*ab8e5256SAndreas Gohr
5*ab8e5256SAndreas Gohrnamespace Composer\Autoload;
6*ab8e5256SAndreas Gohr
7*ab8e5256SAndreas Gohrclass ComposerStaticInit0fdacd54c0d93f3cc04dc55498ad4a6e
8*ab8e5256SAndreas Gohr{
9*ab8e5256SAndreas Gohr    public static $prefixLengthsPsr4 = array (
10*ab8e5256SAndreas Gohr        's' =>
11*ab8e5256SAndreas Gohr        array (
12*ab8e5256SAndreas Gohr            'splitbrain\\phpcli\\' => 18,
13*ab8e5256SAndreas Gohr            'splitbrain\\PHPArchive\\' => 22,
14*ab8e5256SAndreas Gohr        ),
15*ab8e5256SAndreas Gohr        'd' =>
16*ab8e5256SAndreas Gohr        array (
17*ab8e5256SAndreas Gohr            'dokuwiki\\plugin\\upgrade\\HTTP\\' => 29,
18*ab8e5256SAndreas Gohr        ),
19*ab8e5256SAndreas Gohr    );
20*ab8e5256SAndreas Gohr
21*ab8e5256SAndreas Gohr    public static $prefixDirsPsr4 = array (
22*ab8e5256SAndreas Gohr        'splitbrain\\phpcli\\' =>
23*ab8e5256SAndreas Gohr        array (
24*ab8e5256SAndreas Gohr            0 => __DIR__ . '/..' . '/splitbrain/php-cli/src',
25*ab8e5256SAndreas Gohr        ),
26*ab8e5256SAndreas Gohr        'splitbrain\\PHPArchive\\' =>
27*ab8e5256SAndreas Gohr        array (
28*ab8e5256SAndreas Gohr            0 => __DIR__ . '/..' . '/splitbrain/php-archive/src',
29*ab8e5256SAndreas Gohr        ),
30*ab8e5256SAndreas Gohr        'dokuwiki\\plugin\\upgrade\\HTTP\\' =>
31*ab8e5256SAndreas Gohr        array (
32*ab8e5256SAndreas Gohr            0 => __DIR__ . '/../..' . '/HTTP',
33*ab8e5256SAndreas Gohr        ),
34*ab8e5256SAndreas Gohr    );
35*ab8e5256SAndreas Gohr
36*ab8e5256SAndreas Gohr    public static $classMap = array (
37*ab8e5256SAndreas Gohr        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
38*ab8e5256SAndreas Gohr        'helper_plugin_upgrade' => __DIR__ . '/../..' . '/helper.php',
39*ab8e5256SAndreas Gohr    );
40*ab8e5256SAndreas Gohr
41*ab8e5256SAndreas Gohr    public static function getInitializer(ClassLoader $loader)
42*ab8e5256SAndreas Gohr    {
43*ab8e5256SAndreas Gohr        return \Closure::bind(function () use ($loader) {
44*ab8e5256SAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInit0fdacd54c0d93f3cc04dc55498ad4a6e::$prefixLengthsPsr4;
45*ab8e5256SAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInit0fdacd54c0d93f3cc04dc55498ad4a6e::$prefixDirsPsr4;
46*ab8e5256SAndreas Gohr            $loader->classMap = ComposerStaticInit0fdacd54c0d93f3cc04dc55498ad4a6e::$classMap;
47*ab8e5256SAndreas Gohr
48*ab8e5256SAndreas Gohr        }, null, ClassLoader::class);
49*ab8e5256SAndreas Gohr    }
50*ab8e5256SAndreas Gohr}
51