rebuild v0.1

This commit is contained in:
Pontoporeia
2023-05-02 11:36:50 +02:00
parent f3dcfbf6ff
commit ead6bc6d8e
1757 changed files with 837203 additions and 0 deletions

64
vendor/composer/autoload_static.php vendored Normal file
View File

@@ -0,0 +1,64 @@
<?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);
}
}