This commit is contained in:
Tim Bendt
2025-11-25 10:56:36 -05:00
parent 6b9ef7ca55
commit 004e206499
5 changed files with 448 additions and 1 deletions

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

@@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'name' => 'bendtstudio/pancake',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '6b9ef7ca557628fcf307460f7ed243836c315d17',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'bendtstudio/pancake' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '6b9ef7ca557628fcf307460f7ed243836c315d17',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);