Files
OSJ/plugins/generic/citationStyleLanguage/lib/vendor/composer/autoload_static.php
T
CHIEFSOFT\ameye df3a033196 first commit
2024-06-08 17:09:23 -04:00

56 lines
1.8 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInita7e2cf237a3ef157c1a8fcc41a2d44d0
{
public static $files = array (
'fccd6c30fa70f56cfd048c001bd392f4' => __DIR__ . '/..' . '/seboettg/collection/src/ArrayList/Functions.php',
'd9e2a8c16442dde496ed7a052bc063c9' => __DIR__ . '/..' . '/seboettg/citeproc-php/src/functions.php',
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Seboettg\\Collection\\' => 20,
'Seboettg\\CiteProc\\' => 18,
),
'M' =>
array (
'MyCLabs\\Enum\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'Seboettg\\Collection\\' =>
array (
0 => __DIR__ . '/..' . '/seboettg/collection/src',
),
'Seboettg\\CiteProc\\' =>
array (
0 => __DIR__ . '/..' . '/seboettg/citeproc-php/src',
),
'MyCLabs\\Enum\\' =>
array (
0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Stringable' => __DIR__ . '/..' . '/myclabs/php-enum/stubs/Stringable.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita7e2cf237a3ef157c1a8fcc41a2d44d0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita7e2cf237a3ef157c1a8fcc41a2d44d0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita7e2cf237a3ef157c1a8fcc41a2d44d0::$classMap;
}, null, ClassLoader::class);
}
}