xref: /plugin/aichat/vendor/composer/installed.php (revision 8817535b0c67f8b10e9b8c05dcdf58fc17827423)
1*8817535bSAndreas Gohr<?php return array(
2*8817535bSAndreas Gohr    'root' => array(
3*8817535bSAndreas Gohr        'name' => '__root__',
4*8817535bSAndreas Gohr        'pretty_version' => '1.0.0+no-version-set',
5*8817535bSAndreas Gohr        'version' => '1.0.0.0',
6*8817535bSAndreas Gohr        'reference' => NULL,
7*8817535bSAndreas Gohr        'type' => 'library',
8*8817535bSAndreas Gohr        'install_path' => __DIR__ . '/../../',
9*8817535bSAndreas Gohr        'aliases' => array(),
10*8817535bSAndreas Gohr        'dev' => true,
11*8817535bSAndreas Gohr    ),
12*8817535bSAndreas Gohr    'versions' => array(
13*8817535bSAndreas Gohr        '__root__' => array(
14*8817535bSAndreas Gohr            'pretty_version' => '1.0.0+no-version-set',
15*8817535bSAndreas Gohr            'version' => '1.0.0.0',
16*8817535bSAndreas Gohr            'reference' => NULL,
17*8817535bSAndreas Gohr            'type' => 'library',
18*8817535bSAndreas Gohr            'install_path' => __DIR__ . '/../../',
19*8817535bSAndreas Gohr            'aliases' => array(),
20*8817535bSAndreas Gohr            'dev_requirement' => false,
21*8817535bSAndreas Gohr        ),
22*8817535bSAndreas Gohr        'hexogen/kdtree' => array(
23*8817535bSAndreas Gohr            'pretty_version' => 'v0.2.5',
24*8817535bSAndreas Gohr            'version' => '0.2.5.0',
25*8817535bSAndreas Gohr            'reference' => 'f739186638445990463762d467e07a8262228daa',
26*8817535bSAndreas Gohr            'type' => 'library',
27*8817535bSAndreas Gohr            'install_path' => __DIR__ . '/../hexogen/kdtree',
28*8817535bSAndreas Gohr            'aliases' => array(),
29*8817535bSAndreas Gohr            'dev_requirement' => false,
30*8817535bSAndreas Gohr        ),
31*8817535bSAndreas Gohr        'mehrab-wj/tiktoken-php' => array(
32*8817535bSAndreas Gohr            'pretty_version' => 'v1.0.0',
33*8817535bSAndreas Gohr            'version' => '1.0.0.0',
34*8817535bSAndreas Gohr            'reference' => 'f894247f05bb3494a9cb4bcad5d588e87ff50e73',
35*8817535bSAndreas Gohr            'type' => 'library',
36*8817535bSAndreas Gohr            'install_path' => __DIR__ . '/../mehrab-wj/tiktoken-php',
37*8817535bSAndreas Gohr            'aliases' => array(),
38*8817535bSAndreas Gohr            'dev_requirement' => false,
39*8817535bSAndreas Gohr        ),
40*8817535bSAndreas Gohr        'vanderlee/php-sentence' => array(
41*8817535bSAndreas Gohr            'pretty_version' => '1.0.7',
42*8817535bSAndreas Gohr            'version' => '1.0.7.0',
43*8817535bSAndreas Gohr            'reference' => 'ed7ce41ef815bd21e61f62b692418740f988451f',
44*8817535bSAndreas Gohr            'type' => 'library',
45*8817535bSAndreas Gohr            'install_path' => __DIR__ . '/../vanderlee/php-sentence',
46*8817535bSAndreas Gohr            'aliases' => array(),
47*8817535bSAndreas Gohr            'dev_requirement' => false,
48*8817535bSAndreas Gohr        ),
49*8817535bSAndreas Gohr    ),
50*8817535bSAndreas Gohr);
51