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 "Fisharebest\\Webtrees\\": "app/" 9 } 10 }, 11 "require": { 12 "bombayworks/zendframework1": "1.*", 13 "ezyang/htmlpurifier": "4.*", 14 "fisharebest/algorithm": "1.*", 15 "fisharebest/ext-calendar": "2.*", 16 "fisharebest/localization": "1.*", 17 "ircmaxell/password-compat": "1.*", 18 "michelf/php-markdown": "1.*", 19 "patchwork/utf8": "1.*", 20 "pclzip/pclzip": "2.*", 21 "ramsey/uuid": "2.*", 22 "tecnick.com/tcpdf": "6.*" 23 }, 24 "require-dev": { 25 "mockery/mockery": "*", 26 "phpunit/phpunit": "*", 27 "satooshi/php-coveralls": "dev-master" 28 }, 29 "extra": { 30 "branch-alias": { 31 "dev-master": "1.8-dev" 32 } 33 } 34} 35