first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit4a050d2b2f6ae74c2ba00e4fa474c3f6
{
public static $prefixLengthsPsr4 = array (
'R' =>
array (
'ReCaptcha\\' => 10,
),
'E' =>
array (
'Eicaptcha\\Module\\' => 17,
),
);
public static $prefixDirsPsr4 = array (
'ReCaptcha\\' =>
array (
0 => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha',
),
'Eicaptcha\\Module\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4a050d2b2f6ae74c2ba00e4fa474c3f6::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4a050d2b2f6ae74c2ba00e4fa474c3f6::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}