65 lines
2.1 KiB
PHP
65 lines
2.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8a54675fb48708df1d455accf290192b
|
|
{
|
|
public static $files = array (
|
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
|
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Iconv\\' => 23,
|
|
'Symfony\\Polyfill\\Ctype\\' => 23,
|
|
'Symfony\\Component\\Yaml\\' => 23,
|
|
'Symfony\\Component\\Intl\\' => 23,
|
|
),
|
|
'B' =>
|
|
array (
|
|
'Behat\\Transliterator\\' => 21,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Iconv\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-iconv',
|
|
),
|
|
'Symfony\\Polyfill\\Ctype\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
|
),
|
|
'Symfony\\Component\\Yaml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/yaml',
|
|
),
|
|
'Symfony\\Component\\Intl\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/intl',
|
|
),
|
|
'Behat\\Transliterator\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/behat/transliterator/src/Behat/Transliterator',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8a54675fb48708df1d455accf290192b::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit8a54675fb48708df1d455accf290192b::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit8a54675fb48708df1d455accf290192b::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|