Fix namespace in composer file, add readme + test file

Corelibs -> CoreLibs

test/ folder for test files (future phpunit test)
This commit is contained in:
Clemens Schwaighofer
2023-02-16 13:02:27 +09:00
parent cfcd601b3a
commit 552854b90e
5 changed files with 30 additions and 5 deletions

View File

@@ -7,14 +7,14 @@ namespace Composer\Autoload;
class ComposerStaticInit610a8785884d9612d153c0422940ab8a
{
public static $prefixLengthsPsr4 = array (
'E' =>
'C' =>
array (
'Egrajp\\CorelibsComposerAll\\' => 27,
'CoreLibs\\' => 9,
),
);
public static $prefixDirsPsr4 = array (
'Egrajp\\CorelibsComposerAll\\' =>
'CoreLibs\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),