Files
pancake/vendor/composer/installed.php
Tim Bendt 004e206499 lock it
2025-11-25 10:56:36 -05:00

24 lines
754 B
PHP

<?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,
),
),
);