xref: /plugin/smtp/vendor/composer/autoload_static.php (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr<?php
2*ee5c0205SAndreas Gohr
3*ee5c0205SAndreas Gohr// autoload_static.php @generated by Composer
4*ee5c0205SAndreas Gohr
5*ee5c0205SAndreas Gohrnamespace Composer\Autoload;
6*ee5c0205SAndreas Gohr
7*ee5c0205SAndreas Gohrclass ComposerStaticInitd7b802701312035578f0eebe1b52538f
8*ee5c0205SAndreas Gohr{
9*ee5c0205SAndreas Gohr    public static $prefixLengthsPsr4 = array (
10*ee5c0205SAndreas Gohr        's' =>
11*ee5c0205SAndreas Gohr        array (
12*ee5c0205SAndreas Gohr            'splitbrain\\dokuwiki\\plugin\\smtp\\' => 32,
13*ee5c0205SAndreas Gohr        ),
14*ee5c0205SAndreas Gohr        'T' =>
15*ee5c0205SAndreas Gohr        array (
16*ee5c0205SAndreas Gohr            'Tx\\' => 3,
17*ee5c0205SAndreas Gohr        ),
18*ee5c0205SAndreas Gohr        'P' =>
19*ee5c0205SAndreas Gohr        array (
20*ee5c0205SAndreas Gohr            'Psr\\Log\\' => 8,
21*ee5c0205SAndreas Gohr        ),
22*ee5c0205SAndreas Gohr    );
23*ee5c0205SAndreas Gohr
24*ee5c0205SAndreas Gohr    public static $prefixDirsPsr4 = array (
25*ee5c0205SAndreas Gohr        'splitbrain\\dokuwiki\\plugin\\smtp\\' =>
26*ee5c0205SAndreas Gohr        array (
27*ee5c0205SAndreas Gohr            0 => __DIR__ . '/../..' . '/classes',
28*ee5c0205SAndreas Gohr        ),
29*ee5c0205SAndreas Gohr        'Tx\\' =>
30*ee5c0205SAndreas Gohr        array (
31*ee5c0205SAndreas Gohr            0 => __DIR__ . '/..' . '/txthinking/mailer/src',
32*ee5c0205SAndreas Gohr        ),
33*ee5c0205SAndreas Gohr        'Psr\\Log\\' =>
34*ee5c0205SAndreas Gohr        array (
35*ee5c0205SAndreas Gohr            0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
36*ee5c0205SAndreas Gohr        ),
37*ee5c0205SAndreas Gohr    );
38*ee5c0205SAndreas Gohr
39*ee5c0205SAndreas Gohr    public static $classMap = array (
40*ee5c0205SAndreas Gohr        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
41*ee5c0205SAndreas Gohr    );
42*ee5c0205SAndreas Gohr
43*ee5c0205SAndreas Gohr    public static function getInitializer(ClassLoader $loader)
44*ee5c0205SAndreas Gohr    {
45*ee5c0205SAndreas Gohr        return \Closure::bind(function () use ($loader) {
46*ee5c0205SAndreas Gohr            $loader->prefixLengthsPsr4 = ComposerStaticInitd7b802701312035578f0eebe1b52538f::$prefixLengthsPsr4;
47*ee5c0205SAndreas Gohr            $loader->prefixDirsPsr4 = ComposerStaticInitd7b802701312035578f0eebe1b52538f::$prefixDirsPsr4;
48*ee5c0205SAndreas Gohr            $loader->classMap = ComposerStaticInitd7b802701312035578f0eebe1b52538f::$classMap;
49*ee5c0205SAndreas Gohr
50*ee5c0205SAndreas Gohr        }, null, ClassLoader::class);
51*ee5c0205SAndreas Gohr    }
52*ee5c0205SAndreas Gohr}
53