1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "f81afb2dcee034e2ad5e630fd25d0707", 8 "packages": [ 9 { 10 "name": "hexogen/kdtree", 11 "version": "v0.2.5", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/hexogen/kdtree.git", 15 "reference": "f739186638445990463762d467e07a8262228daa" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/hexogen/kdtree/zipball/f739186638445990463762d467e07a8262228daa", 20 "reference": "f739186638445990463762d467e07a8262228daa", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^7.1|^8.0" 25 }, 26 "require-dev": { 27 "league/csv": "^9.7.0", 28 "mockery/mockery": "dev-master", 29 "phpunit/phpunit": "^9.0", 30 "squizlabs/php_codesniffer": "^3.5.0" 31 }, 32 "type": "library", 33 "extra": { 34 "branch-alias": { 35 "dev-master": "1.0-dev" 36 } 37 }, 38 "autoload": { 39 "psr-4": { 40 "Hexogen\\KDTree\\": "src" 41 } 42 }, 43 "notification-url": "https://packagist.org/downloads/", 44 "license": [ 45 "MIT" 46 ], 47 "authors": [ 48 { 49 "name": "Volodymyr Basarab", 50 "email": "volodymyrbas@gmail.com", 51 "homepage": "https://github.com/hexogen", 52 "role": "Developer" 53 } 54 ], 55 "description": "file system KDTree index", 56 "homepage": "https://github.com/hexogen/kdtree", 57 "keywords": [ 58 "algorithms", 59 "data structures", 60 "hexogen", 61 "kdtree", 62 "search" 63 ], 64 "support": { 65 "issues": "https://github.com/hexogen/kdtree/issues", 66 "source": "https://github.com/hexogen/kdtree/tree/v0.2.5" 67 }, 68 "time": "2022-11-21T13:19:19+00:00" 69 }, 70 { 71 "name": "mehrab-wj/tiktoken-php", 72 "version": "v1.0.0", 73 "source": { 74 "type": "git", 75 "url": "https://github.com/mehrab-wj/tiktoken-php.git", 76 "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73" 77 }, 78 "dist": { 79 "type": "zip", 80 "url": "https://api.github.com/repos/mehrab-wj/tiktoken-php/zipball/f894247f05bb3494a9cb4bcad5d588e87ff50e73", 81 "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73", 82 "shasum": "" 83 }, 84 "require": { 85 "ext-mbstring": "*", 86 "php": "^8.1" 87 }, 88 "require-dev": { 89 "friendsofphp/php-cs-fixer": "^3.14", 90 "phpstan/phpstan": "^1.9", 91 "phpunit/phpunit": "^9.5", 92 "rector/rector": "^0.15.12", 93 "symfony/var-dumper": "^6.2" 94 }, 95 "type": "library", 96 "autoload": { 97 "psr-4": { 98 "TikToken\\": "src" 99 } 100 }, 101 "notification-url": "https://packagist.org/downloads/", 102 "license": [ 103 "MIT" 104 ], 105 "authors": [ 106 { 107 "name": "Mehrab Hojjati Pour", 108 "email": "thisismehrab@gmail.com" 109 } 110 ], 111 "description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.", 112 "support": { 113 "source": "https://github.com/mehrab-wj/tiktoken-php/tree/v1.0.0" 114 }, 115 "time": "2023-04-19T18:36:48+00:00" 116 }, 117 { 118 "name": "vanderlee/php-sentence", 119 "version": "1.0.7", 120 "source": { 121 "type": "git", 122 "url": "https://github.com/vanderlee/php-sentence.git", 123 "reference": "ed7ce41ef815bd21e61f62b692418740f988451f" 124 }, 125 "dist": { 126 "type": "zip", 127 "url": "https://api.github.com/repos/vanderlee/php-sentence/zipball/ed7ce41ef815bd21e61f62b692418740f988451f", 128 "reference": "ed7ce41ef815bd21e61f62b692418740f988451f", 129 "shasum": "" 130 }, 131 "require": { 132 "ext-ctype": "*", 133 "ext-mbstring": "*", 134 "php": ">=5.4.0" 135 }, 136 "require-dev": { 137 "phpunit/phpunit": "^3.6.12" 138 }, 139 "type": "library", 140 "autoload": { 141 "psr-4": { 142 "Vanderlee\\Sentence\\": "src" 143 } 144 }, 145 "notification-url": "https://packagist.org/downloads/", 146 "license": [ 147 "MIT" 148 ], 149 "description": "Simple text sentence splitting and counting. Supports atleast english, german and dutch, possibly more.", 150 "homepage": "https://github.com/vanderlee/php-sentence.git", 151 "keywords": [ 152 "boundary", 153 "count", 154 "disambiguation", 155 "segmentation", 156 "sentence", 157 "split" 158 ], 159 "support": { 160 "issues": "https://github.com/vanderlee/php-sentence/issues", 161 "source": "https://github.com/vanderlee/php-sentence" 162 }, 163 "time": "2022-03-24T16:25:31+00:00" 164 } 165 ], 166 "packages-dev": [], 167 "aliases": [], 168 "minimum-stability": "stable", 169 "stability-flags": [], 170 "prefer-stable": false, 171 "prefer-lowest": false, 172 "platform": [], 173 "platform-dev": [], 174 "plugin-api-version": "2.3.0" 175} 176