Restructuring

This commit is contained in:
2024-07-01 13:49:44 +00:00
parent f11b705ef0
commit 8d60e1b905
194 changed files with 1296 additions and 112 deletions

36
vendor/composer/autoload_static.php vendored Normal file
View File

@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit1fec30c71407f68099d62f794946e565
{
public static $prefixLengthsPsr4 = array (
'C' =>
array (
'CodingTests\\' => 12,
),
);
public static $prefixDirsPsr4 = array (
'CodingTests\\' =>
array (
0 => __DIR__ . '/../..' . '/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 = ComposerStaticInit1fec30c71407f68099d62f794946e565::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1fec30c71407f68099d62f794946e565::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1fec30c71407f68099d62f794946e565::$classMap;
}, null, ClassLoader::class);
}
}