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 "files": [ 11 "app/Helpers/functions.php" 12 ] 13 }, 14 "config": { 15 "platform": { 16 "php" : "5.6" 17 }, 18 "sort-packages": true 19 }, 20 "require": { 21 "ext-gd": "*", 22 "ext-iconv": "*", 23 "ext-pcre": "*", 24 "ext-pdo": "*", 25 "ext-pdo_mysql": "*", 26 "ext-session": "*", 27 "ext-simplexml": "*", 28 "ext-xml": "*", 29 "fisharebest/algorithm": "~1.3", 30 "fisharebest/ext-calendar": "~2.3", 31 "fisharebest/localization": "~1.10", 32 "guzzlehttp/guzzle": "~6.0", 33 "league/commonmark": "0.15.3", 34 "league/flysystem": "~1.0", 35 "league/flysystem-ziparchive": "~1.0", 36 "league/glide": "~1.2", 37 "ramsey/uuid": "~3.6", 38 "swiftmailer/swiftmailer": "~5.0", 39 "symfony/http-foundation": "~3.2", 40 "symfony/polyfill-mbstring": "~1.4", 41 "symfony/polyfill-php71": "~1.4", 42 "symfony/polyfill-php72": "~1.4", 43 "tecnickcom/tcpdf": "~6.2", 44 "webuni/commonmark-table-extension": "~0.6" 45 }, 46 "require-dev": { 47 "friendsofphp/php-cs-fixer": "*", 48 "mockery/mockery": "*", 49 "phpunit/phpunit": "*", 50 "satooshi/php-coveralls": "*" 51 }, 52 "extra": { 53 "branch-alias": { 54 "dev-master": "1.8-dev" 55 } 56 } 57} 58