1ed285daaSGreg Roach{ 2a25f0a04SGreg Roach "name": "fisharebest/webtrees", 3ed285daaSGreg Roach "description": "webtrees online genealogy", 4ed285daaSGreg Roach "keywords": ["webtrees", "genealogy"], 50e62c4b8SGreg Roach "license": "GPL-3.0", 6a25f0a04SGreg Roach "autoload": { 7e6057e07SGreg Roach "files": [ 8e6057e07SGreg Roach "includes/functions/functions.php", 9e6057e07SGreg Roach "includes/functions/functions_charts.php", 10e6057e07SGreg Roach "includes/functions/functions_date.php", 11e6057e07SGreg Roach "includes/functions/functions_db.php", 12e6057e07SGreg Roach "includes/functions/functions_edit.php", 13e6057e07SGreg Roach "includes/functions/functions_export.php", 14e6057e07SGreg Roach "includes/functions/functions_import.php", 15e6057e07SGreg Roach "includes/functions/functions_mediadb.php", 16e6057e07SGreg Roach "includes/functions/functions_print.php", 17e6057e07SGreg Roach "includes/functions/functions_print_facts.php", 18e6057e07SGreg Roach "includes/functions/functions_print_lists.php", 19e6057e07SGreg Roach "includes/functions/functions_rtl.php" 20e6057e07SGreg Roach ], 210e62c4b8SGreg Roach "psr-4": { 220e62c4b8SGreg Roach "Fisharebest\\Webtrees\\": "app/" 230e62c4b8SGreg Roach } 24a25f0a04SGreg Roach }, 25ed285daaSGreg Roach "require": { 263bdc890bSGreg Roach "bombayworks/zendframework1": "1.*", 273bdc890bSGreg Roach "ezyang/htmlpurifier": "4.*", 283bdc890bSGreg Roach "fisharebest/algorithm": "1.*", 2917920f94SGreg Roach "fisharebest/ext-calendar": "2.*", 303bdc890bSGreg Roach "fisharebest/localization": "1.*", 313bdc890bSGreg Roach "ircmaxell/password-compat": "1.*", 323bdc890bSGreg Roach "michelf/php-markdown": "1.*", 333bdc890bSGreg Roach "patchwork/utf8": "1.*", 343bdc890bSGreg Roach "pclzip/pclzip": "2.*", 35697a8c18SGreg Roach "ramsey/uuid": "2.*", 363bdc890bSGreg Roach "tecnick.com/tcpdf": "6.*" 37*10a8d14fSGreg Roach }, 38*10a8d14fSGreg Roach "extra": { 39*10a8d14fSGreg Roach "branch-alias": { 40*10a8d14fSGreg Roach "dev-master": "1.8-dev" 41*10a8d14fSGreg Roach } 42ed285daaSGreg Roach } 43ed285daaSGreg Roach} 44