mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 09:18:41 +00:00
45 lines
1.3 KiB
PHP
45 lines
1.3 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInite9f59116cb3d815416daaf015687f2ec
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Component\\Finder\\' => 25,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'Gregwar\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Component\\Finder\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/finder',
|
|
),
|
|
'Gregwar\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInite9f59116cb3d815416daaf015687f2ec::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInite9f59116cb3d815416daaf015687f2ec::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInite9f59116cb3d815416daaf015687f2ec::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|