1{ 2 "name": "fisharebest/webtrees", 3 "description": "webtrees online genealogy", 4 "keywords": ["webtrees", "genealogy"], 5 "license": "GPL-3.0+", 6 "autoload": { 7 "psr-4": { 8 "Webtrees\\": ["app/", "modules_v3/"] 9 } 10 }, 11 "require": { 12 "bombayworks/zendframework1": "*", 13 "ezyang/htmlpurifier": "*", 14 "fisharebest/ext-calendar": "*", 15 "ircmaxell/password-compat": "*", 16 "michelf/php-markdown": "*", 17 "patchwork/utf8": "*", 18 "tecnick.com/tcpdf": "*", 19 "rhumsaa/uuid": "*" 20 }, 21 "scripts": { 22 "post-install-cmd": [ 23 "composer dump-autoload --optimize" 24 ], 25 "post-update-cmd": [ 26 "composer dump-autoload --optimize" 27 ] 28 } 29} 30