This commit is contained in:
2025-04-12 16:42:49 +08:00
commit 79754f81a1
42 changed files with 4685 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit85c44f0e85ad529b2ec8074cbb1e4022
{
public static $prefixLengthsPsr4 = array (
'M' =>
array (
'MaxMind\\Db\\' => 11,
),
);
public static $prefixDirsPsr4 = array (
'MaxMind\\Db\\' =>
array (
0 => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit85c44f0e85ad529b2ec8074cbb1e4022::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit85c44f0e85ad529b2ec8074cbb1e4022::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit85c44f0e85ad529b2ec8074cbb1e4022::$classMap;
}, null, ClassLoader::class);
}
}