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 "config": { 12 "platform": { 13 "php" : "5.6" 14 } 15 }, 16 "require": { 17 "ext-gd": "*", 18 "ext-iconv": "*", 19 "ext-mbstring": "*", 20 "ext-pcre": "*", 21 "ext-pdo": "*", 22 "ext-pdo_mysql": "*", 23 "ext-session": "*", 24 "ext-simplexml": "*", 25 "ext-xml": "*", 26 "ezyang/htmlpurifier": "4.*", 27 "fisharebest/algorithm": "1.*", 28 "fisharebest/ext-calendar": "2.*", 29 "fisharebest/localization": "1.*", 30 "michelf/php-markdown": "1.*", 31 "pclzip/pclzip": "2.*", 32 "ramsey/uuid": "2.*", 33 "swiftmailer/swiftmailer": "~5.0", 34 "tecnickcom/tcpdf": "6.*" 35 }, 36 "require-dev": { 37 "friendsofphp/php-cs-fixer": "*", 38 "mockery/mockery": "*", 39 "phpdocumentor/phpdocumentor": "*", 40 "phpunit/phpunit": "*", 41 "satooshi/php-coveralls": "~1.0" 42 }, 43 "extra": { 44 "branch-alias": { 45 "dev-master": "1.8-dev" 46 } 47 } 48} 49