mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 11:18:42 +00:00
59 lines
2.1 KiB
PHP
59 lines
2.1 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900
|
||
|
{
|
||
|
public static $files = array (
|
||
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
||
|
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
||
|
);
|
||
|
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'S' =>
|
||
|
array (
|
||
|
'Symfony\\Polyfill\\Php80\\' => 23,
|
||
|
'Symfony\\Component\\Finder\\' => 25,
|
||
|
),
|
||
|
'G' =>
|
||
|
array (
|
||
|
'Gregwar\\' => 8,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'Symfony\\Polyfill\\Php80\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
|
||
|
),
|
||
|
'Symfony\\Component\\Finder\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/symfony/finder',
|
||
|
),
|
||
|
'Gregwar\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $classMap = array (
|
||
|
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||
|
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
|
||
|
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
|
||
|
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
|
||
|
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$prefixDirsPsr4;
|
||
|
$loader->classMap = ComposerStaticInit0d7c2cd5c2dbf2120e4372996869e900::$classMap;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|