First version, support for sending mail not yet implemented.

This commit is contained in:
Lewin Probst 2020-01-29 15:52:56 +01:00
commit 0222265abc
76 changed files with 4858 additions and 0 deletions

39
vendor/composer/autoload_static.php vendored Normal file
View file

@ -0,0 +1,39 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitee6682223d81df2e680b8ac7236187b7
{
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Component\\Finder\\' => 25,
),
'G' =>
array (
'Gregwar\\' => 8,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Component\\Finder\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/finder',
),
'Gregwar\\' =>
array (
0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitee6682223d81df2e680b8ac7236187b7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitee6682223d81df2e680b8ac7236187b7::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}