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