First vendor bunch upload

This commit is contained in:
MatMasIt
2021-02-15 12:41:50 +01:00
committed by GitHub
parent 73aca97fde
commit 291c67796f
9 changed files with 814 additions and 0 deletions

View File

@ -0,0 +1,44 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit2adb6ebabdfdb1b28d9c1909b49b9efd
{
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Component\\Finder\\' => 25,
),
'P' =>
array (
'Psr\\Http\\Message\\' => 17,
'PhpZip\\' => 7,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Component\\Finder\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/finder',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
),
'PhpZip\\' =>
array (
0 => __DIR__ . '/..' . '/nelexa/zip/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit2adb6ebabdfdb1b28d9c1909b49b9efd::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2adb6ebabdfdb1b28d9c1909b49b9efd::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}