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": "GPL-2.0+", 17 "minimum-stability": "stable", 18 "name": "fisharebest/webtrees", 19 "require": { 20 "bombayworks/zendframework1": "*", 21 "ezyang/htmlpurifier": "*", 22 "fisharebest/ext-calendar": "*", 23 "ircmaxell/password-compat": "*", 24 "michelf/php-markdown": "*", 25 "patchwork/utf8": "*", 26 "tecnick.com/tcpdf": "*", 27 "rhumsaa/uuid": "*" 28 }, 29 "scripts": { 30 "post-install-cmd": [ 31 "composer dump-autoload --optimize" 32 ], 33 "post-update-cmd": [ 34 "composer dump-autoload --optimize" 35 ] 36 } 37} 38