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 "league/glide": "^1.2" 36 }, 37 "require-dev": { 38 "friendsofphp/php-cs-fixer": "*", 39 "mockery/mockery": "*", 40 "phpdocumentor/phpdocumentor": "*", 41 "phpunit/phpunit": "*", 42 "satooshi/php-coveralls": "~1.0" 43 }, 44 "extra": { 45 "branch-alias": { 46 "dev-master": "1.8-dev" 47 } 48 } 49} 50