Major revision 2
This commit is contained in:
32
vendor/composer/installed.php
vendored
Normal file
32
vendor/composer/installed.php
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
<?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,
|
||||
),
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user