1ed285daaSGreg Roach{ 2a25f0a04SGreg Roach "name": "fisharebest/webtrees", 3ed285daaSGreg Roach "description": "webtrees online genealogy", 4ed285daaSGreg Roach "keywords": ["webtrees", "genealogy"], 5a25f0a04SGreg Roach "license": "GPL-3.0+", 6a25f0a04SGreg Roach "autoload": { 7*e6057e07SGreg Roach "files": [ 8*e6057e07SGreg Roach "includes/functions/functions.php", 9*e6057e07SGreg Roach "includes/functions/functions_charts.php", 10*e6057e07SGreg Roach "includes/functions/functions_date.php", 11*e6057e07SGreg Roach "includes/functions/functions_db.php", 12*e6057e07SGreg Roach "includes/functions/functions_edit.php", 13*e6057e07SGreg Roach "includes/functions/functions_export.php", 14*e6057e07SGreg Roach "includes/functions/functions_import.php", 15*e6057e07SGreg Roach "includes/functions/functions_mediadb.php", 16*e6057e07SGreg Roach "includes/functions/functions_print.php", 17*e6057e07SGreg Roach "includes/functions/functions_print_facts.php", 18*e6057e07SGreg Roach "includes/functions/functions_print_lists.php", 19*e6057e07SGreg Roach "includes/functions/functions_rtl.php" 20*e6057e07SGreg Roach ], 21a25f0a04SGreg Roach "psr-4": { 2238722777SGreg Roach "Webtrees\\": ["app/", "modules_v3/"] 23a25f0a04SGreg Roach } 24a25f0a04SGreg Roach }, 25ed285daaSGreg Roach "require": { 26ed285daaSGreg Roach "bombayworks/zendframework1": "*", 27ed285daaSGreg Roach "ezyang/htmlpurifier": "*", 287630cce4SGreg Roach "fisharebest/ext-calendar": "*", 29538464e3SGreg Roach "ircmaxell/password-compat": "*", 30ed285daaSGreg Roach "michelf/php-markdown": "*", 31ed285daaSGreg Roach "patchwork/utf8": "*", 32c837efe6SGreg Roach "tecnick.com/tcpdf": "*", 33c837efe6SGreg Roach "rhumsaa/uuid": "*" 344c5417cbSGreg Roach }, 354c5417cbSGreg Roach "scripts": { 364c5417cbSGreg Roach "post-install-cmd": [ 374c5417cbSGreg Roach "composer dump-autoload --optimize" 384c5417cbSGreg Roach ], 394c5417cbSGreg Roach "post-update-cmd": [ 404c5417cbSGreg Roach "composer dump-autoload --optimize" 414c5417cbSGreg Roach ] 42ed285daaSGreg Roach } 43ed285daaSGreg Roach} 44