xref: /plugin/aichat/vendor/composer/installed.php (revision 7017fcea956877cba40d598e4eb414116a75b0a8)
18817535bSAndreas Gohr<?php return array(
28817535bSAndreas Gohr    'root' => array(
38817535bSAndreas Gohr        'name' => '__root__',
4ca345149SAndreas Gohr        'pretty_version' => 'dev-master',
5ca345149SAndreas Gohr        'version' => 'dev-master',
6*7017fceaSAndreas Gohr        'reference' => 'f6ef2e505783ac17f756e44bf15c66238362377a',
78817535bSAndreas Gohr        'type' => 'library',
88817535bSAndreas Gohr        'install_path' => __DIR__ . '/../../',
98817535bSAndreas Gohr        'aliases' => array(),
108817535bSAndreas Gohr        'dev' => true,
118817535bSAndreas Gohr    ),
128817535bSAndreas Gohr    'versions' => array(
138817535bSAndreas Gohr        '__root__' => array(
14ca345149SAndreas Gohr            'pretty_version' => 'dev-master',
15ca345149SAndreas Gohr            'version' => 'dev-master',
16*7017fceaSAndreas Gohr            'reference' => 'f6ef2e505783ac17f756e44bf15c66238362377a',
178817535bSAndreas Gohr            'type' => 'library',
188817535bSAndreas Gohr            'install_path' => __DIR__ . '/../../',
198817535bSAndreas Gohr            'aliases' => array(),
208817535bSAndreas Gohr            'dev_requirement' => false,
218817535bSAndreas Gohr        ),
22*7017fceaSAndreas Gohr        'erusev/parsedown' => array(
23*7017fceaSAndreas Gohr            'pretty_version' => '1.7.4',
24*7017fceaSAndreas Gohr            'version' => '1.7.4.0',
25*7017fceaSAndreas Gohr            'reference' => 'cb17b6477dfff935958ba01325f2e8a2bfa6dab3',
26*7017fceaSAndreas Gohr            'type' => 'library',
27*7017fceaSAndreas Gohr            'install_path' => __DIR__ . '/../erusev/parsedown',
28*7017fceaSAndreas Gohr            'aliases' => array(),
29*7017fceaSAndreas Gohr            'dev_requirement' => false,
30*7017fceaSAndreas Gohr        ),
318817535bSAndreas Gohr        'mehrab-wj/tiktoken-php' => array(
328817535bSAndreas Gohr            'pretty_version' => 'v1.0.0',
338817535bSAndreas Gohr            'version' => '1.0.0.0',
348817535bSAndreas Gohr            'reference' => 'f894247f05bb3494a9cb4bcad5d588e87ff50e73',
358817535bSAndreas Gohr            'type' => 'library',
368817535bSAndreas Gohr            'install_path' => __DIR__ . '/../mehrab-wj/tiktoken-php',
378817535bSAndreas Gohr            'aliases' => array(),
388817535bSAndreas Gohr            'dev_requirement' => false,
398817535bSAndreas Gohr        ),
408817535bSAndreas Gohr        'vanderlee/php-sentence' => array(
418817535bSAndreas Gohr            'pretty_version' => '1.0.7',
428817535bSAndreas Gohr            'version' => '1.0.7.0',
438817535bSAndreas Gohr            'reference' => 'ed7ce41ef815bd21e61f62b692418740f988451f',
448817535bSAndreas Gohr            'type' => 'library',
458817535bSAndreas Gohr            'install_path' => __DIR__ . '/../vanderlee/php-sentence',
468817535bSAndreas Gohr            'aliases' => array(),
478817535bSAndreas Gohr            'dev_requirement' => false,
488817535bSAndreas Gohr        ),
498817535bSAndreas Gohr    ),
508817535bSAndreas Gohr);
51