xref: /webtrees/composer.json (revision 8e7c65526ce4ff8b5b3b2754ff54f9a6e875a9f6)
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		"michelf/php-markdown": "*",
20		"patchwork/utf8": "*",
21		"tecnick.com/tcpdf": "*"
22	}
23}
24