xref: /plugin/aichat/vendor/composer/installed.php (revision 3379af09b7ec10f96a8d4f23b1563bd7f9ae79ac)
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*3379af09SAndreas Gohr        'reference' => '35555bacbc10d1d920fb24cfc042d01a87f94b73',
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*3379af09SAndreas Gohr            'reference' => '35555bacbc10d1d920fb24cfc042d01a87f94b73',
178817535bSAndreas Gohr            'type' => 'library',
188817535bSAndreas Gohr            'install_path' => __DIR__ . '/../../',
198817535bSAndreas Gohr            'aliases' => array(),
208817535bSAndreas Gohr            'dev_requirement' => false,
218817535bSAndreas Gohr        ),
22*3379af09SAndreas Gohr        'bdelespierre/php-kmeans' => array(
23*3379af09SAndreas Gohr            'pretty_version' => 'v2.2.0',
24*3379af09SAndreas Gohr            'version' => '2.2.0.0',
25*3379af09SAndreas Gohr            'reference' => '625f95f0c8f6b20c58fcc7566ef8a59b0b7552f3',
26*3379af09SAndreas Gohr            'type' => 'library',
27*3379af09SAndreas Gohr            'install_path' => __DIR__ . '/../bdelespierre/php-kmeans',
28*3379af09SAndreas Gohr            'aliases' => array(),
29*3379af09SAndreas Gohr            'dev_requirement' => false,
30*3379af09SAndreas Gohr        ),
317017fceaSAndreas Gohr        'erusev/parsedown' => array(
327017fceaSAndreas Gohr            'pretty_version' => '1.7.4',
337017fceaSAndreas Gohr            'version' => '1.7.4.0',
347017fceaSAndreas Gohr            'reference' => 'cb17b6477dfff935958ba01325f2e8a2bfa6dab3',
357017fceaSAndreas Gohr            'type' => 'library',
367017fceaSAndreas Gohr            'install_path' => __DIR__ . '/../erusev/parsedown',
377017fceaSAndreas Gohr            'aliases' => array(),
387017fceaSAndreas Gohr            'dev_requirement' => false,
397017fceaSAndreas Gohr        ),
408817535bSAndreas Gohr        'mehrab-wj/tiktoken-php' => array(
418817535bSAndreas Gohr            'pretty_version' => 'v1.0.0',
428817535bSAndreas Gohr            'version' => '1.0.0.0',
438817535bSAndreas Gohr            'reference' => 'f894247f05bb3494a9cb4bcad5d588e87ff50e73',
448817535bSAndreas Gohr            'type' => 'library',
458817535bSAndreas Gohr            'install_path' => __DIR__ . '/../mehrab-wj/tiktoken-php',
468817535bSAndreas Gohr            'aliases' => array(),
478817535bSAndreas Gohr            'dev_requirement' => false,
488817535bSAndreas Gohr        ),
498817535bSAndreas Gohr        'vanderlee/php-sentence' => array(
508817535bSAndreas Gohr            'pretty_version' => '1.0.7',
518817535bSAndreas Gohr            'version' => '1.0.7.0',
528817535bSAndreas Gohr            'reference' => 'ed7ce41ef815bd21e61f62b692418740f988451f',
538817535bSAndreas Gohr            'type' => 'library',
548817535bSAndreas Gohr            'install_path' => __DIR__ . '/../vanderlee/php-sentence',
558817535bSAndreas Gohr            'aliases' => array(),
568817535bSAndreas Gohr            'dev_requirement' => false,
578817535bSAndreas Gohr        ),
588817535bSAndreas Gohr    ),
598817535bSAndreas Gohr);
60