Source code of filesite.io.
https://filesite.io
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.
44 lines
1.2 KiB
44 lines
1.2 KiB
<?php |
|
|
|
// autoload_static.php @generated by Composer |
|
|
|
namespace Composer\Autoload; |
|
|
|
class ComposerStaticInit145df75e95c5bc70c3fe4557e6b6a3f1 |
|
{ |
|
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__ . '/../..' . '/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 = ComposerStaticInit145df75e95c5bc70c3fe4557e6b6a3f1::$prefixLengthsPsr4; |
|
$loader->prefixDirsPsr4 = ComposerStaticInit145df75e95c5bc70c3fe4557e6b6a3f1::$prefixDirsPsr4; |
|
$loader->classMap = ComposerStaticInit145df75e95c5bc70c3fe4557e6b6a3f1::$classMap; |
|
|
|
}, null, ClassLoader::class); |
|
} |
|
}
|
|
|