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

23
vendor/composer/installed.php vendored Normal file
View File

@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'name' => 'furyfire/codingtests',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'f11b705ef016cd7ff5c1803bcbeb196dde7657dd',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'furyfire/codingtests' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'f11b705ef016cd7ff5c1803bcbeb196dde7657dd',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);