added initial files

This commit is contained in:
2020-07-08 20:36:44 +02:00
parent befad6958f
commit 6bd86ab7c5
644 changed files with 191599 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit5e045c9d603513e1d322e4f217bb20b4
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'Psr\\SimpleCache\\' => 16,
'PhpOffice\\PhpSpreadsheet\\' => 25,
'PHPMailer\\PHPMailer\\' => 20,
),
);
public static $prefixDirsPsr4 = array (
'Psr\\SimpleCache\\' =>
array (
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
),
'PhpOffice\\PhpSpreadsheet\\' =>
array (
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
),
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5e045c9d603513e1d322e4f217bb20b4::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5e045c9d603513e1d322e4f217bb20b4::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}