xref: /plugin/aichat/composer.lock (revision 614f8ab4ac738aed3502238736999a25e6cf719a)
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": "bae2de84443294798bc617f3a1ffaebb",
8    "packages": [
9        {
10            "name": "mehrab-wj/tiktoken-php",
11            "version": "v1.0.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/mehrab-wj/tiktoken-php.git",
15                "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/mehrab-wj/tiktoken-php/zipball/f894247f05bb3494a9cb4bcad5d588e87ff50e73",
20                "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73",
21                "shasum": ""
22            },
23            "require": {
24                "ext-mbstring": "*",
25                "php": "^8.1"
26            },
27            "require-dev": {
28                "friendsofphp/php-cs-fixer": "^3.14",
29                "phpstan/phpstan": "^1.9",
30                "phpunit/phpunit": "^9.5",
31                "rector/rector": "^0.15.12",
32                "symfony/var-dumper": "^6.2"
33            },
34            "type": "library",
35            "autoload": {
36                "psr-4": {
37                    "TikToken\\": "src"
38                }
39            },
40            "notification-url": "https://packagist.org/downloads/",
41            "license": [
42                "MIT"
43            ],
44            "authors": [
45                {
46                    "name": "Mehrab Hojjati Pour",
47                    "email": "thisismehrab@gmail.com"
48                }
49            ],
50            "description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.",
51            "support": {
52                "source": "https://github.com/mehrab-wj/tiktoken-php/tree/v1.0.0"
53            },
54            "time": "2023-04-19T18:36:48+00:00"
55        },
56        {
57            "name": "vanderlee/php-sentence",
58            "version": "1.0.7",
59            "source": {
60                "type": "git",
61                "url": "https://github.com/vanderlee/php-sentence.git",
62                "reference": "ed7ce41ef815bd21e61f62b692418740f988451f"
63            },
64            "dist": {
65                "type": "zip",
66                "url": "https://api.github.com/repos/vanderlee/php-sentence/zipball/ed7ce41ef815bd21e61f62b692418740f988451f",
67                "reference": "ed7ce41ef815bd21e61f62b692418740f988451f",
68                "shasum": ""
69            },
70            "require": {
71                "ext-ctype": "*",
72                "ext-mbstring": "*",
73                "php": ">=5.4.0"
74            },
75            "require-dev": {
76                "phpunit/phpunit": "^3.6.12"
77            },
78            "type": "library",
79            "autoload": {
80                "psr-4": {
81                    "Vanderlee\\Sentence\\": "src"
82                }
83            },
84            "notification-url": "https://packagist.org/downloads/",
85            "license": [
86                "MIT"
87            ],
88            "description": "Simple text sentence splitting and counting. Supports atleast english, german and dutch, possibly more.",
89            "homepage": "https://github.com/vanderlee/php-sentence.git",
90            "keywords": [
91                "boundary",
92                "count",
93                "disambiguation",
94                "segmentation",
95                "sentence",
96                "split"
97            ],
98            "support": {
99                "issues": "https://github.com/vanderlee/php-sentence/issues",
100                "source": "https://github.com/vanderlee/php-sentence"
101            },
102            "time": "2022-03-24T16:25:31+00:00"
103        }
104    ],
105    "packages-dev": [],
106    "aliases": [],
107    "minimum-stability": "stable",
108    "stability-flags": [],
109    "prefer-stable": false,
110    "prefer-lowest": false,
111    "platform": [],
112    "platform-dev": [],
113    "platform-overrides": {
114        "php": "8.1"
115    },
116    "plugin-api-version": "2.3.0"
117}
118