1ed285daaSGreg Roach{ 2a25f0a04SGreg Roach "name": "fisharebest/webtrees", 3ed285daaSGreg Roach "description": "webtrees online genealogy", 474d6dc0eSGreg Roach "keywords": [ 574d6dc0eSGreg Roach "webtrees", 674d6dc0eSGreg Roach "genealogy" 774d6dc0eSGreg Roach ], 831b7ad55SGreg Roach "license": "GPL-3.0-or-later", 9a25f0a04SGreg Roach "autoload": { 100e62c4b8SGreg Roach "psr-4": { 110e62c4b8SGreg Roach "Fisharebest\\Webtrees\\": "app/" 121f3fb95cSGreg Roach }, 131f3fb95cSGreg Roach "files": [ 141f3fb95cSGreg Roach "app/Helpers/functions.php" 151f3fb95cSGreg Roach ] 16a25f0a04SGreg Roach }, 1784e2cf4eSGreg Roach "autoload-dev": { 1884e2cf4eSGreg Roach "classmap": [ 1974d6dc0eSGreg Roach "tests/TestCase.php", 2074d6dc0eSGreg Roach "tests/MockGlobalFunctions.php" 2184e2cf4eSGreg Roach ] 2284e2cf4eSGreg Roach }, 237286a40cSGreg Roach "config": { 247286a40cSGreg Roach "platform": { 254459dc9aSGreg Roach "php": "7.1.8" 2622acdb08SGreg Roach }, 27425578caSGreg Roach "sort-packages": true, 28425578caSGreg Roach "process-timeout": 3600 297286a40cSGreg Roach }, 30ed285daaSGreg Roach "require": { 315f9f5f94SRico Sonntag "ext-curl": "*", 327286a40cSGreg Roach "ext-gd": "*", 337286a40cSGreg Roach "ext-iconv": "*", 345f9f5f94SRico Sonntag "ext-intl": "*", 358ae9e54eSRico Sonntag "ext-json": "*", 367286a40cSGreg Roach "ext-pcre": "*", 377286a40cSGreg Roach "ext-pdo": "*", 387286a40cSGreg Roach "ext-session": "*", 397286a40cSGreg Roach "ext-simplexml": "*", 403b3cfeeaSGreg Roach "ext-xml": "*", 415f9f5f94SRico Sonntag "ext-zip": "*", 42*ee4364daSGreg Roach "aura/router": "~3.1", 43362be83aSGreg Roach "doctrine/dbal": "~2.9", 4450d6f48cSGreg Roach "ezyang/htmlpurifier": "~4.10", 456ccdf4f0SGreg Roach "fig/http-message-util": "^1.1", 46d592f2ecSGreg Roach "fisharebest/algorithm": "~1.3", 4793686a36SGreg Roach "fisharebest/ext-calendar": "~2.5", 48d1315a43SGreg Roach "fisharebest/flysystem-chroot-adapter": "~1.0", 4950b23b0dSGreg Roach "fisharebest/localization": "~1.15", 50cc26b3c3SGreg Roach "guzzlehttp/guzzle": "~6.0", 514525f50bSGreg Roach "illuminate/cache": "~5.8", 524525f50bSGreg Roach "illuminate/container": "~5.8", 534525f50bSGreg Roach "illuminate/database": "~5.8", 544525f50bSGreg Roach "illuminate/support": "~5.8", 55476e0b58SGreg Roach "league/commonmark": "~1.0", 564a1f1d43SGreg Roach "league/commonmark-ext-table": "*", 57d592f2ecSGreg Roach "league/flysystem": "~1.0", 58d1315a43SGreg Roach "league/flysystem-cached-adapter": "~1.0", 59d592f2ecSGreg Roach "league/flysystem-ziparchive": "~1.0", 60e70f282eSGreg Roach "league/glide": "~1.3", 614459dc9aSGreg Roach "nesbot/carbon": "~2.14", 626ccdf4f0SGreg Roach "nyholm/psr7": "~1.1", 636ccdf4f0SGreg Roach "nyholm/psr7-server": "~0.3", 646ccdf4f0SGreg Roach "oscarotero/middleland": "~1.0", 656ccdf4f0SGreg Roach "psr/http-message": "~1.0", 666ccdf4f0SGreg Roach "psr/http-server-handler": "~1.0", 676ccdf4f0SGreg Roach "psr/http-server-middleware": "~1.0", 68e70f282eSGreg Roach "ramsey/uuid": "~3.8", 698b04670aSGreg Roach "swiftmailer/swiftmailer": "~6.1", 70e70f282eSGreg Roach "symfony/expression-language": "~4.2", 71e70f282eSGreg Roach "symfony/http-foundation": "~4.2", 72e70f282eSGreg Roach "symfony/http-kernel": "~4.2", 7308738c04SGreg Roach "symfony/polyfill-mbstring": "~1.11", 7408738c04SGreg Roach "symfony/polyfill-php72": "~1.11", 754a1f1d43SGreg Roach "tecnickcom/tcpdf": "~6.2" 7610a8d14fSGreg Roach }, 77db7d25eeSGreg Roach "require-dev": { 78c42d24a9SGreg Roach "ext-pdo_sqlite": "*", 794525f50bSGreg Roach "ext-sqlite3": "*", 80006094b9SGreg Roach "composer/composer": "~1.8", 814525f50bSGreg Roach "league/flysystem-memory": "~1.0", 824525f50bSGreg Roach "maximebf/debugbar": "~1.15", 834525f50bSGreg Roach "php-coveralls/php-coveralls": "~2.1", 844525f50bSGreg Roach "phpunit/phpunit": "~7.0|~8.0" 85db7d25eeSGreg Roach }, 86c42d24a9SGreg Roach "suggest": { 87c42d24a9SGreg Roach "ext-pdo_mysql": "Required to use MySQL for database storage", 88c42d24a9SGreg Roach "ext-pdo_sqlite": "Required to use SQLite for database storage", 89764facb7SGreg Roach "ext-pdo_pgsql": "Required to use PostgreSQL for database storage", 90c42d24a9SGreg Roach "ext-pdo_sqlsvr": "Required to use SQL Server for database storage" 91c42d24a9SGreg Roach }, 92db6a3ae9SGreg Roach "scripts": { 933d9f187dSGreg Roach "webtrees:build": [ 94f872a3beSGreg Roach "rm -Rf webtrees/", 95f872a3beSGreg Roach "git archive --prefix=webtrees/ HEAD --format=tar | tar -x", 96006094b9SGreg Roach "@composer webtrees:lang", 97006094b9SGreg Roach "for FILE in resources/lang/*/messages.php; do cp $FILE webtrees/$FILE; done", 98bcfab406SGreg Roach "zip --quiet --recurse-paths --move -9 webtrees.zip webtrees" 99f872a3beSGreg Roach ], 1003d9f187dSGreg Roach "webtrees:check": [ 1014686330aSGreg Roach "### PHP-CODE-SNIFFER", 1025781ea1fSGreg Roach "@composer webtrees:check-phpcs", 1035781ea1fSGreg Roach "### PHAN", 1045781ea1fSGreg Roach "@composer webtrees:check-phan", 1055781ea1fSGreg Roach "### PHPSTAN", 1065781ea1fSGreg Roach "@composer webtrees:check-phpstan", 1075781ea1fSGreg Roach "### PSALM", 1085781ea1fSGreg Roach "@composer webtrees:check-phpstan" 1095781ea1fSGreg Roach ], 1105781ea1fSGreg Roach "webtrees:check-phpcs": [ 11174d6dc0eSGreg Roach "@composer global require squizlabs/php_codesniffer=* --quiet", 11274d6dc0eSGreg Roach "@composer global update squizlabs/php_codesniffer --quiet", 1135781ea1fSGreg Roach "phpcs --standard=PSR12 -p -s --exclude=Generic.Files.LineLength,PSR2.ControlStructures.ControlStructureSpacing index.php app modules_v4 routes tests/app tests/feature" 1145781ea1fSGreg Roach ], 1155781ea1fSGreg Roach "webtrees:check-phan": [ 11674d6dc0eSGreg Roach "@composer global require phan/phan=*", 11774d6dc0eSGreg Roach "@composer global update phan/phan", 11874d6dc0eSGreg Roach "@composer install --quiet", 119ffc5b228SGreg Roach "PHAN_DISABLE_XDEBUG_WARN=1 phan --color --dead-code-detection --target-php-version=7.1 --progress-bar --signature-compatibility --strict-type-checking --directory app --directory vendor --exclude-directory-list vendor index.php", 1205781ea1fSGreg Roach "@composer install --no-dev --quiet" 1215781ea1fSGreg Roach ], 1225781ea1fSGreg Roach "webtrees:check-phpstan": [ 12374d6dc0eSGreg Roach "@composer global require phpstan/phpstan=*", 12474d6dc0eSGreg Roach "@composer global update phpstan/phpstan", 1255781ea1fSGreg Roach "phpstan --level=7 analyze index.php app" 1265781ea1fSGreg Roach ], 1275781ea1fSGreg Roach "webtrees:check-psalm": [ 1285781ea1fSGreg Roach "@composer global update vimeo/psalm", 1295781ea1fSGreg Roach "@composer install --quiet", 1305781ea1fSGreg Roach "psalm", 1315781ea1fSGreg Roach "@composer install --no-dev --quiet" 132425578caSGreg Roach ], 13386b91143SGreg Roach "webtrees:coverage": [ 1345781ea1fSGreg Roach "@composer install --dev --quiet", 13586b91143SGreg Roach "vendor/bin/phpunit --coverage-html=tests/coverage", 1365781ea1fSGreg Roach "@composer install --no-dev --quiet" 13786b91143SGreg Roach ], 138006094b9SGreg Roach "webtrees:lang": [ 139006094b9SGreg Roach "Fisharebest\\Webtrees\\Console\\ComposerScripts::languageFiles" 140006094b9SGreg Roach ], 1413d9f187dSGreg Roach "webtrees:po": [ 142692edf9aSGreg Roach "sed -i.bak -e 's/\\(I18N::[^)]*[)]\\)/<?php echo \\1; ?>/g' resources/xml/reports/*.xml", 143f7fac239SGreg Roach "git grep -I --name-only --fixed-strings -e I18N:: -- '*.php' '*.phtml' '*.xml' | xargs xgettext --package-name=webtrees --package-version=1.0 --msgid-bugs-address=i18n@webtrees.net --output=resources/lang/webtrees.pot --no-wrap --language=PHP --add-comments=I18N --from-code=utf-8 --keyword --keyword=translate:1 --keyword=translateContext:1c,2 --keyword=plural:1,2", 144692edf9aSGreg Roach "find resources/xml/reports/ -name '*.xml' -exec mv {}.bak {} \\;", 145362b8464SGreg Roach "find resources/lang -name '*.po' -exec msgmerge --no-wrap --sort-output --no-fuzzy-matching --quiet --output={} {} resources/lang/webtrees.pot \\;" 14697c22350SGreg Roach ], 14797c22350SGreg Roach "webtrees:png": [ 14897c22350SGreg Roach "find resources/css -name *.png -exec pngquant --ext .png --force --skip-if-larger --speed 1 {} \\;" 149db6a3ae9SGreg Roach ] 150db6a3ae9SGreg Roach }, 151cb14bb54SGreg Roach "scripts-descriptions": { 1523d9f187dSGreg Roach "webtrees:build": "Create a distribution file (webtrees.zip)", 1533d9f187dSGreg Roach "webtrees:check": "Run various static analysis tools", 15486b91143SGreg Roach "webtrees:coverage": "Generate test coverage report", 155006094b9SGreg Roach "webtrees:lang": "Compile the language files (messages.php)", 15674d6dc0eSGreg Roach "webtrees:po": "Update the language (webtrees.pot, *.po)" 15708b342ecSGreg Roach }, 15808b342ecSGreg Roach "extra": { 15908b342ecSGreg Roach "branch-alias": { 16008b342ecSGreg Roach "dev-master": "2.0-dev" 16108b342ecSGreg Roach } 162ed285daaSGreg Roach } 163ed285daaSGreg Roach} 164