This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
127 lines (127 loc) · 4.46 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"_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": "1cf05fdecc927dbda7eece8b10e9375e",
"packages": [
{
"name": "org_heigl/hyphenator",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/heiglandreas/Org_Heigl_Hyphenator.git",
"reference": "a9b8d2524cbed19d507ef8bc780b8122689c02bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/heiglandreas/Org_Heigl_Hyphenator/zipball/a9b8d2524cbed19d507ef8bc780b8122689c02bc",
"reference": "a9b8d2524cbed19d507ef8bc780b8122689c02bc",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.2||^8.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^8.0||^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Org\\Heigl\\Hyphenator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Heigl",
"email": "[email protected]",
"homepage": "http://andreas.heigl.org",
"role": "Developer"
}
],
"description": "Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm",
"homepage": "https://github.com/heiglandreas/Org_Heigl_Hyphenator",
"keywords": [
"hyphenate",
"hyphenation"
],
"support": {
"issues": "https://github.com/heiglandreas/Org_Heigl_Hyphenator/issues",
"source": "https://github.com/heiglandreas/Org_Heigl_Hyphenator/tree/v3.1.0"
},
"time": "2024-02-12T14:32:13+00:00"
},
{
"name": "vanderlee/syllable",
"version": "1.7.0-p1",
"source": {
"type": "git",
"url": "https://github.com/vanderlee/phpSyllable.git",
"reference": "0431d5c1041d2f236da67d7cd05a72e9cc422710"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vanderlee/phpSyllable/zipball/0431d5c1041d2f236da67d7cd05a72e9cc422710",
"reference": "0431d5c1041d2f236da67d7cd05a72e9cc422710",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"php": ">=5.6"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Vanderlee\\Syllable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Text syllable splitting and hyphenation using Frank M. Liang's TeX algorithm.",
"homepage": "https://github.com/vanderlee/phpSyllable",
"keywords": [
"dash",
"hyphen",
"hyphenate",
"hyphenation",
"language",
"locale",
"split",
"syllable",
"syllables",
"text",
"words"
],
"support": {
"issues": "https://github.com/vanderlee/phpSyllable/issues",
"source": "https://github.com/vanderlee/phpSyllable/"
},
"time": "2023-05-26T08:38:23+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"
}