mirror of
https://github.com/e107inc/e107.git
synced 2025-02-22 07:47:10 +01:00
89 lines
2.7 KiB
PHP
89 lines
2.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit4ce406ae486ac58c9aa71537459207ae
|
|
{
|
|
public static $files = array (
|
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'PHPMailer\\PHPMailer\\' => 20,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'MatthiasMullie\\PathConverter\\' => 29,
|
|
'MatthiasMullie\\Minify\\' => 22,
|
|
),
|
|
'I' =>
|
|
array (
|
|
'Intervention\\Image\\' => 19,
|
|
'Ifsnop\\' => 7,
|
|
),
|
|
'H' =>
|
|
array (
|
|
'Hybridauth\\' => 11,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Psr7\\' => 16,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'PHPMailer\\PHPMailer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
|
|
),
|
|
'MatthiasMullie\\PathConverter\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
|
|
),
|
|
'MatthiasMullie\\Minify\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
|
|
),
|
|
'Intervention\\Image\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image',
|
|
),
|
|
'Ifsnop\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/ifsnop/mysqldump-php/src/Ifsnop',
|
|
),
|
|
'Hybridauth\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/hybridauth/hybridauth/src',
|
|
),
|
|
'GuzzleHttp\\Psr7\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit4ce406ae486ac58c9aa71537459207ae::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit4ce406ae486ac58c9aa71537459207ae::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit4ce406ae486ac58c9aa71537459207ae::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|