-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
66 lines (66 loc) · 2.27 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6c79f9fd7d518e16d8ef50353324ce53",
"packages": [
{
"name": "mehrab-wj/tiktoken-php",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/mehrab-wj/tiktoken-php.git",
"reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mehrab-wj/tiktoken-php/zipball/f894247f05bb3494a9cb4bcad5d588e87ff50e73",
"reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.15.12",
"symfony/var-dumper": "^6.2"
},
"type": "library",
"autoload": {
"psr-4": {
"TikToken\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mehrab Hojjati Pour",
"email": "[email protected]"
}
],
"description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.",
"support": {
"source": "https://github.com/mehrab-wj/tiktoken-php/tree/v1.0.0"
},
"time": "2023-04-19T18:36:48+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}