You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
53 lines
1.5 KiB
<?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);
|
|
}
|
|
}
|
|
|