103 lines
2.8 KiB
PHP
103 lines
2.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit0028b869d9f066bb1e686f4c2c87cb1a
|
|
{
|
|
public static $files = array (
|
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Ctype\\' => 23,
|
|
'Symfony\\Component\\Process\\' => 26,
|
|
'Symfony\\Component\\Filesystem\\' => 29,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Monolog\\' => 8,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'Doctrine\\Common\\Cache\\' => 22,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Ctype\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
|
),
|
|
'Symfony\\Component\\Process\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/process',
|
|
),
|
|
'Symfony\\Component\\Filesystem\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/filesystem',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
|
),
|
|
'Monolog\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
|
|
),
|
|
'Doctrine\\Common\\Cache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'N' =>
|
|
array (
|
|
'Neutron' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/neutron/temporary-filesystem/src',
|
|
),
|
|
),
|
|
'F' =>
|
|
array (
|
|
'FFMpeg' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/php-ffmpeg/extras/src',
|
|
1 => __DIR__ . '/..' . '/php-ffmpeg/php-ffmpeg/src',
|
|
),
|
|
),
|
|
'E' =>
|
|
array (
|
|
'Evenement' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/evenement/evenement/src',
|
|
),
|
|
),
|
|
'A' =>
|
|
array (
|
|
'Alchemy' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/alchemy/binary-driver/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit0028b869d9f066bb1e686f4c2c87cb1a::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit0028b869d9f066bb1e686f4c2c87cb1a::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit0028b869d9f066bb1e686f4c2c87cb1a::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|