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
|
{
"autoload": {
"psr-0": {
"WT_": "library/WT/"
},
"psr-4": {
"WT\\": "library/WT/"
}
},
"config": {
"preferred-install": "dist",
"vendor-dir": "library"
},
"description": "webtrees online genealogy",
"keywords": ["webtrees", "genealogy"],
"license": "GPL2",
"minimum-stability": "stable",
"name": "fisharebest/webtrees",
"require": {
"bombayworks/zendframework1": "*",
"ezyang/htmlpurifier": "*",
"ircmaxell/password-compat": "*",
"michelf/php-markdown": "*",
"patchwork/utf8": "*",
"tecnick.com/tcpdf": "*",
"rhumsaa/uuid": "*"
}
}
|