First commit

This commit is contained in:
2025-10-02 10:33:06 +08:00
parent 198b8bf2a6
commit c38eed4a22
5512 changed files with 958855 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41
{
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Component\\EventDispatcher\\' => 34,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Component\\EventDispatcher\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
),
);
public static $prefixesPsr0 = array (
'Q' =>
array (
'Qcloud\\Cos\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
),
'G' =>
array (
'Guzzle\\Tests' =>
array (
0 => __DIR__ . '/..' . '/guzzle/guzzle/tests',
),
'Guzzle' =>
array (
0 => __DIR__ . '/..' . '/guzzle/guzzle/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41::$prefixesPsr0;
}, null, ClassLoader::class);
}
}