forked from udan11/php-xz
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.05 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"$schema": "https://getcomposer.org/schema.json",
"name": "codemasher/php-ext-xz",
"description": "A PHP Extension providing xz (LZMA2) compression/decompression via PHP streams.",
"keywords": ["php-extension", "xz", "lzma2"],
"license": "PHP-3.01",
"type": "php-ext",
"php-ext": {
"extension-name": "xz",
"priority": 99
},
"authors": [
{
"name": "deniyuda348"
},
{
"name": "udan11",
"homepage": "https://github.com/udan11/php-xz"
},
{
"name": "smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
},
{
"name": "mateuszanella",
"homepage": "https://github.com/mateuszanella/php-ext-xz"
},
{
"name": "Contributors",
"homepage":"https://github.com/codemasher/php-ext-xz/graphs/contributors"
}
],
"funding": [
{
"type": "Ko-Fi",
"url": "https://ko-fi.com/codemasher"
}
],
"homepage": "https://github.com/codemasher/php-ext-xz",
"support": {
"issues": "https://github.com/codemasher/php-ext-xz/issues",
"source": "https://github.com/codemasher/php-ext-xz"
}
}