107 lines
3.4 KiB
PHP
107 lines
3.4 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit045658d81f6d9d3243e731dda7bf04d1
|
|
{
|
|
public static $files = array (
|
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
|
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Ctype\\' => 23,
|
|
'Symfony\\Component\\Yaml\\' => 23,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Http\\Client\\' => 16,
|
|
),
|
|
'N' =>
|
|
array (
|
|
'NilPortugues\\Sql\\QueryFormatter\\' => 32,
|
|
'NilPortugues\\Sql\\QueryBuilder\\' => 30,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Psr7\\' => 16,
|
|
'GuzzleHttp\\Promise\\' => 19,
|
|
'GuzzleHttp\\' => 11,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'App\\Library\\' => 12,
|
|
'App\\' => 4,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Ctype\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
|
),
|
|
'Symfony\\Component\\Yaml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/yaml',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-factory/src',
|
|
1 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Http\\Client\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-client/src',
|
|
),
|
|
'NilPortugues\\Sql\\QueryFormatter\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nilportugues/sql-query-formatter/src',
|
|
),
|
|
'NilPortugues\\Sql\\QueryBuilder\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nilportugues/sql-query-builder/src',
|
|
),
|
|
'GuzzleHttp\\Psr7\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
|
),
|
|
'GuzzleHttp\\Promise\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
|
),
|
|
'GuzzleHttp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
|
),
|
|
'App\\Library\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/app/library',
|
|
),
|
|
'App\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/app',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit045658d81f6d9d3243e731dda7bf04d1::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit045658d81f6d9d3243e731dda7bf04d1::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit045658d81f6d9d3243e731dda7bf04d1::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|