CoreLibs update

This commit is contained in:
Clemens Schwaighofer
2026-01-06 18:22:17 +09:00
parent 4b015505ff
commit 40e6444c2a
50 changed files with 3216 additions and 709 deletions

View File

@@ -7,35 +7,35 @@ namespace Composer\Autoload;
class ComposerStaticInit1b7cd5bacf2590b458d7a94400b505d4
{
public static $prefixLengthsPsr4 = array (
'g' =>
'g' =>
array (
'gullevek\\dotenv\\' => 16,
'gullevek\\dotEnv\\' => 16,
),
'P' =>
'P' =>
array (
'Psr\\Log\\' => 8,
),
'C' =>
'C' =>
array (
'CoreLibs\\' => 9,
),
);
public static $prefixDirsPsr4 = array (
'gullevek\\dotenv\\' =>
'gullevek\\dotenv\\' =>
array (
0 => __DIR__ . '/..' . '/gullevek/dotenv/src',
),
'gullevek\\dotEnv\\' =>
'gullevek\\dotEnv\\' =>
array (
0 => __DIR__ . '/..' . '/gullevek/dotenv/src',
),
'Psr\\Log\\' =>
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'CoreLibs\\' =>
'CoreLibs\\' =>
array (
0 => __DIR__ . '/..' . '/egrajp/corelibs-composer-all/src',
),