18817535bSAndreas Gohr<?php return array( 28817535bSAndreas Gohr 'root' => array( 38817535bSAndreas Gohr 'name' => '__root__', 4*ca345149SAndreas Gohr 'pretty_version' => 'dev-master', 5*ca345149SAndreas Gohr 'version' => 'dev-master', 6*ca345149SAndreas Gohr 'reference' => '0337f47f2dd6cc31bdbfd81a2499e687ce633b47', 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( 14*ca345149SAndreas Gohr 'pretty_version' => 'dev-master', 15*ca345149SAndreas Gohr 'version' => 'dev-master', 16*ca345149SAndreas Gohr 'reference' => '0337f47f2dd6cc31bdbfd81a2499e687ce633b47', 178817535bSAndreas Gohr 'type' => 'library', 188817535bSAndreas Gohr 'install_path' => __DIR__ . '/../../', 198817535bSAndreas Gohr 'aliases' => array(), 208817535bSAndreas Gohr 'dev_requirement' => false, 218817535bSAndreas Gohr ), 228817535bSAndreas Gohr 'hexogen/kdtree' => array( 238817535bSAndreas Gohr 'pretty_version' => 'v0.2.5', 248817535bSAndreas Gohr 'version' => '0.2.5.0', 258817535bSAndreas Gohr 'reference' => 'f739186638445990463762d467e07a8262228daa', 268817535bSAndreas Gohr 'type' => 'library', 278817535bSAndreas Gohr 'install_path' => __DIR__ . '/../hexogen/kdtree', 288817535bSAndreas Gohr 'aliases' => array(), 298817535bSAndreas Gohr 'dev_requirement' => false, 308817535bSAndreas 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