advent_of_code_2021/day_15/vendor/composer/installed.php

33 lines
1.1 KiB
PHP

<?php return array(
'root' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '637e029dc17e542854f9104c381c6ef6bdf5d137',
'name' => '__root__',
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '637e029dc17e542854f9104c381c6ef6bdf5d137',
'dev_requirement' => false,
),
'blackscorp/astar' => array(
'pretty_version' => 'v1.2.0',
'version' => '1.2.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../blackscorp/astar',
'aliases' => array(),
'reference' => '9b80d6135ac31947d246cf2e33ff45d4681a6a57',
'dev_requirement' => false,
),
),
);