summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 1e074c8d1c8aec1f45d716d5f7cc13ee6d62a73a (plain)
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
{
	"$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": "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"
	}
}