summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 4284dbe4f7e000ea5f64e4784d47cf717ccee9a5 (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
{
	"$schema": "https://getcomposer.org/schema.json",
	"name": "mateuszanella/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/php-ext-xz"
		},
		{
			"name": "mateuszanella",
			"email": "mateusblk1@gmail.com",
			"homepage": "https://github.com/mateuszanella"
		},
		{
			"name": "Contributors",
			"homepage":"https://github.com/mateuszanella/php-ext-xz/graphs/contributors"
		}
	],
	"homepage": "https://github.com/mateuszanella/php-ext-xz",
	"support": {
		"issues": "https://github.com/mateuszanella/php-ext-xz/issues",
		"source": "https://github.com/mateuszanella/php-ext-xz"
	}
}