xref: /webtrees/composer.json (revision 76978972c6d9afde4587899dc2299f9220f75a0d)
1{
2	"autoload": {
3		"psr-0": {
4			"WT_": "library/WT/"
5		}
6	},
7	"config": {
8		"preferred-install": "dist",
9		"vendor-dir": "library"
10	},
11	"description": "webtrees online genealogy",
12	"keywords": ["webtrees", "genealogy"],
13	"license": "GPL2",
14	"minimum-stability": "stable",
15	"name": "fisharebest/webtrees",
16	"require": {
17		"bombayworks/zendframework1": "*",
18		"ezyang/htmlpurifier": "*",
19		"ircmaxell/password-compat": "*",
20		"michelf/php-markdown": "*",
21		"patchwork/utf8": "*",
22		"tecnick.com/tcpdf": "*"
23	}
24}
25