48 lines
1.4 KiB
PHP
48 lines
1.4 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitb3a3dfb766a515d49b7f8665bad574b3
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'PHPMailer\\PHPMailer\\' => 20,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'PHPMailer\\PHPMailer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'P' =>
|
|
array (
|
|
'PhpImap' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/php-imap/php-imap/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitb3a3dfb766a515d49b7f8665bad574b3::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitb3a3dfb766a515d49b7f8665bad574b3::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitb3a3dfb766a515d49b7f8665bad574b3::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitb3a3dfb766a515d49b7f8665bad574b3::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|