mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
63 lines
1.8 KiB
PHP
63 lines
1.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit39119e623172f8b589e72b58ce87ed79
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'T' =>
|
|
array (
|
|
'Thunder\\Shortcode\\' => 18,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'Grav\\Plugin\\PresentationPlugin\\API\\' => 35,
|
|
'Grav\\Plugin\\PresentationPlugin\\' => 31,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Composer\\Installers\\' => 20,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Thunder\\Shortcode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/thunderer/shortcode/src',
|
|
),
|
|
'Grav\\Plugin\\PresentationPlugin\\API\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/classes',
|
|
),
|
|
'Grav\\Plugin\\PresentationPlugin\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/classes',
|
|
),
|
|
'Composer\\Installers\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'M' =>
|
|
array (
|
|
'Michelf' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/michelf/php-smartypants',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit39119e623172f8b589e72b58ce87ed79::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit39119e623172f8b589e72b58ce87ed79::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit39119e623172f8b589e72b58ce87ed79::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|