First commit

This commit is contained in:
Cody Cook 2024-04-29 19:04:51 -07:00
commit d5bb2f19fa
117 changed files with 68604 additions and 0 deletions

41
vendor/composer/installed.php vendored Normal file
View file

@ -0,0 +1,41 @@
<?php return array(
'root' => array(
'name' => 'utahsdjs/utahsdjs2025',
'pretty_version' => '0.0.1',
'version' => '0.0.1.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'utahsdjs/utahsdjs2025' => array(
'pretty_version' => '0.0.1',
'version' => '0.0.1.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'yosymfony/parser-utils' => array(
'pretty_version' => 'v2.0.0',
'version' => '2.0.0.0',
'reference' => '00bec9a12722b21f2baf7f9db35f127e90c162c9',
'type' => 'library',
'install_path' => __DIR__ . '/../yosymfony/parser-utils',
'aliases' => array(),
'dev_requirement' => false,
),
'yosymfony/toml' => array(
'pretty_version' => 'v1.0.4',
'version' => '1.0.4.0',
'reference' => 'bdab92ad920d0e36810a3a3e4a998d23f3498f8e',
'type' => 'library',
'install_path' => __DIR__ . '/../yosymfony/toml',
'aliases' => array(),
'dev_requirement' => false,
),
),
);