105 lines
3.2 KiB
PHP
105 lines
3.2 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897
|
|
{
|
|
public static $files = array (
|
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
'Symfony\\Polyfill\\Ctype\\' => 23,
|
|
'Symfony\\Component\\Filesystem\\' => 29,
|
|
'SourceSpan\\' => 11,
|
|
'ScssPhp\\ScssPhp\\' => 16,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
),
|
|
'L' =>
|
|
array (
|
|
'League\\Uri\\' => 11,
|
|
'Laminas\\Xml\\' => 12,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'Grav\\Plugin\\Admin\\' => 18,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Symfony\\Polyfill\\Ctype\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
|
),
|
|
'Symfony\\Component\\Filesystem\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/filesystem',
|
|
),
|
|
'SourceSpan\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/scssphp/source-span/src',
|
|
),
|
|
'ScssPhp\\ScssPhp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-factory/src',
|
|
1 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'League\\Uri\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/uri',
|
|
1 => __DIR__ . '/..' . '/league/uri-interfaces',
|
|
),
|
|
'Laminas\\Xml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-xml/src',
|
|
),
|
|
'Grav\\Plugin\\Admin\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/classes/plugin',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'P' =>
|
|
array (
|
|
'PicoFeed' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/p3k/picofeed/lib',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Grav\\Plugin\\AdminPlugin' => __DIR__ . '/../..' . '/admin.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|