40 lines
1.1 KiB
PHP
40 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit27d394c7526e9a74451bd4dc314fca57
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'R' =>
|
|
array (
|
|
'ReCaptcha\\' => 10,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Composer\\Installers\\' => 20,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'ReCaptcha\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha',
|
|
),
|
|
'Composer\\Installers\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit27d394c7526e9a74451bd4dc314fca57::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit27d394c7526e9a74451bd4dc314fca57::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|