| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit7b3932e899909bf5bca0b8fafea64977
- {
- public static $files = array (
- '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
- '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
- 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
- 'ee34f4637679ddf756bc03f18b83be2d' => __DIR__ . '/..' . '/aminyazdanpanah/php-ffmpeg-video-streaming/src/helpers.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'S' =>
- array (
- 'Symfony\\Polyfill\\Php80\\' => 23,
- 'Symfony\\Polyfill\\Mbstring\\' => 26,
- 'Symfony\\Polyfill\\Ctype\\' => 23,
- 'Symfony\\Contracts\\Service\\' => 26,
- 'Symfony\\Contracts\\Cache\\' => 24,
- 'Symfony\\Component\\VarExporter\\' => 30,
- 'Symfony\\Component\\Process\\' => 26,
- 'Symfony\\Component\\Filesystem\\' => 29,
- 'Symfony\\Component\\Cache\\' => 24,
- 'Streaming\\' => 10,
- ),
- 'P' =>
- array (
- 'Psr\\Log\\' => 8,
- 'Psr\\Container\\' => 14,
- 'Psr\\Cache\\' => 10,
- ),
- 'N' =>
- array (
- 'NcJoes\\OfficeConverter\\' => 23,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Symfony\\Polyfill\\Php80\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
- ),
- 'Symfony\\Polyfill\\Mbstring\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
- ),
- 'Symfony\\Polyfill\\Ctype\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
- ),
- 'Symfony\\Contracts\\Service\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/service-contracts',
- ),
- 'Symfony\\Contracts\\Cache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/cache-contracts',
- ),
- 'Symfony\\Component\\VarExporter\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/var-exporter',
- ),
- 'Symfony\\Component\\Process\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/process',
- ),
- 'Symfony\\Component\\Filesystem\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/filesystem',
- ),
- 'Symfony\\Component\\Cache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/cache',
- ),
- 'Streaming\\' =>
- array (
- 0 => __DIR__ . '/..' . '/aminyazdanpanah/php-ffmpeg-video-streaming/src',
- ),
- 'Psr\\Log\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
- ),
- 'Psr\\Container\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/container/src',
- ),
- 'Psr\\Cache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/cache/src',
- ),
- 'NcJoes\\OfficeConverter\\' =>
- array (
- 0 => __DIR__ . '/..' . '/ncjoes/office-converter/src/OfficeConverter',
- ),
- );
- public static $prefixesPsr0 = array (
- 'N' =>
- array (
- 'Neutron' =>
- array (
- 0 => __DIR__ . '/..' . '/neutron/temporary-filesystem/src',
- ),
- ),
- 'F' =>
- array (
- 'FFMpeg' =>
- array (
- 0 => __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 $classMap = array (
- 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
- 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
- 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
- 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
- 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$prefixesPsr0;
- $loader->classMap = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$classMap;
- }, null, ClassLoader::class);
- }
- }
|