You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitf77fc8f34cb7bd900df003a30d1661da
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Component\\Finder\\' => 25,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'PHPMailer\\PHPMailer\\' => 20,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'Gregwar\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Component\\Finder\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/finder',
|
|
),
|
|
'PHPMailer\\PHPMailer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
|
|
),
|
|
'Gregwar\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitf77fc8f34cb7bd900df003a30d1661da::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitf77fc8f34cb7bd900df003a30d1661da::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|