57 lines
2.5 KiB
PHP
57 lines
2.5 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit94689423e401fdf40db4d3e05c8a01a4
|
|
{
|
|
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 $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Eicaptcha\\Module\\ConfigForm' => __DIR__ . '/../..' . '/src/ConfigForm.php',
|
|
'Eicaptcha\\Module\\Debugger' => __DIR__ . '/../..' . '/src/Debugger.php',
|
|
'Eicaptcha\\Module\\Installer' => __DIR__ . '/../..' . '/src/Installer.php',
|
|
'ReCaptcha\\ReCaptcha' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/ReCaptcha.php',
|
|
'ReCaptcha\\RequestMethod' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestMethod.php',
|
|
'ReCaptcha\\RequestMethod\\Curl' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php',
|
|
'ReCaptcha\\RequestMethod\\CurlPost' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php',
|
|
'ReCaptcha\\RequestMethod\\Post' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php',
|
|
'ReCaptcha\\RequestMethod\\Socket' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php',
|
|
'ReCaptcha\\RequestMethod\\SocketPost' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php',
|
|
'ReCaptcha\\RequestParameters' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/RequestParameters.php',
|
|
'ReCaptcha\\Response' => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha/Response.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit94689423e401fdf40db4d3e05c8a01a4::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit94689423e401fdf40db4d3e05c8a01a4::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit94689423e401fdf40db4d3e05c8a01a4::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|