-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
76 lines (76 loc) · 2.62 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
67
68
69
70
71
72
73
74
75
76
{
"_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": "0391f37dde7b1546359743429c053bda",
"packages": [
{
"name": "fukuball/jieba-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://gitee.com/RandolfJay/jieba-php.git",
"reference": "8a1653678813ae51b88360ca7c5a88053624af60"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fukuball/jieba-php/zipball/8a1653678813ae51b88360ca7c5a88053624af60",
"reference": "8a1653678813ae51b88360ca7c5a88053624af60",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">= 5.3"
},
"require-dev": {
"phpunit/phpunit": "~5.7|~6.0",
"satooshi/php-coveralls": "dev-master",
"squizlabs/php_codesniffer": "1.5.6"
},
"type": "library",
"autoload": {
"files": [
"src/class/Jieba.php",
"src/class/JiebaAnalyse.php",
"src/class/Finalseg.php",
"src/class/Posseg.php",
"src/vendor/multi-array/MultiArray.php",
"src/vendor/multi-array/Factory/MultiArrayFactory.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "fukuball",
"email": "[email protected]"
}
],
"description": "結巴中文分詞(PHP 版本):做最好的 PHP 中文分詞、中文斷詞組件",
"keywords": [
"Jieba",
"php"
],
"time": "2020-12-23T09:25:51+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"fukuball/jieba-php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}