rainbowBot/vendor/composer/installed.php
Mattia Mascarello 88ce5972b4 Major revision 2
2023-02-07 01:27:52 +01:00

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' => '6a005fd2772791a8d5170ce6419b65c3bc6d5caa',
'name' => '__root__',
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '6a005fd2772791a8d5170ce6419b65c3bc6d5caa',
'dev_requirement' => false,
),
'telegram-bot/api' => array(
'pretty_version' => 'v2.3.13',
'version' => '2.3.13.0',
'type' => 'library',
'install_path' => __DIR__ . '/../telegram-bot/api',
'aliases' => array(),
'reference' => '8d34f3ccd3230a9fd7c7fd9ba8ec0110a059f781',
'dev_requirement' => false,
),
),
);