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": "*", 42362be83aSGreg Roach "doctrine/dbal": "~2.9", 4350d6f48cSGreg Roach "ezyang/htmlpurifier": "~4.10", 446ccdf4f0SGreg Roach "fig/http-message-util": "^1.1", 45d592f2ecSGreg Roach "fisharebest/algorithm": "~1.3", 4693686a36SGreg Roach "fisharebest/ext-calendar": "~2.5", 47d1315a43SGreg Roach "fisharebest/flysystem-chroot-adapter": "~1.0", 4850b23b0dSGreg Roach "fisharebest/localization": "~1.15", 49cc26b3c3SGreg Roach "guzzlehttp/guzzle": "~6.0", 504525f50bSGreg Roach "illuminate/cache": "~5.8", 514525f50bSGreg Roach "illuminate/container": "~5.8", 524525f50bSGreg Roach "illuminate/database": "~5.8", 534525f50bSGreg Roach "illuminate/support": "~5.8", 54476e0b58SGreg Roach "league/commonmark": "~1.0", 554a1f1d43SGreg Roach "league/commonmark-ext-table": "*", 56d592f2ecSGreg Roach "league/flysystem": "~1.0", 57d1315a43SGreg Roach "league/flysystem-cached-adapter": "~1.0", 58d592f2ecSGreg Roach "league/flysystem-ziparchive": "~1.0", 59e70f282eSGreg Roach "league/glide": "~1.3", 604459dc9aSGreg Roach "nesbot/carbon": "~2.14", 616ccdf4f0SGreg Roach "nyholm/psr7": "~1.1", 626ccdf4f0SGreg Roach "nyholm/psr7-server": "~0.3", 636ccdf4f0SGreg Roach "oscarotero/middleland": "~1.0", 646ccdf4f0SGreg Roach "psr/http-message": "~1.0", 656ccdf4f0SGreg Roach "psr/http-server-handler": "~1.0", 666ccdf4f0SGreg Roach "psr/http-server-middleware": "~1.0", 67e70f282eSGreg Roach "ramsey/uuid": "~3.8", 688b04670aSGreg Roach "swiftmailer/swiftmailer": "~6.1", 69e70f282eSGreg Roach "symfony/expression-language": "~4.2", 70e70f282eSGreg Roach "symfony/http-foundation": "~4.2", 71e70f282eSGreg Roach "symfony/http-kernel": "~4.2", 7208738c04SGreg Roach "symfony/polyfill-mbstring": "~1.11", 7308738c04SGreg Roach "symfony/polyfill-php72": "~1.11", 744a1f1d43SGreg Roach "tecnickcom/tcpdf": "~6.2" 7510a8d14fSGreg Roach }, 76db7d25eeSGreg Roach "require-dev": { 77c42d24a9SGreg Roach "ext-pdo_sqlite": "*", 784525f50bSGreg Roach "ext-sqlite3": "*", 79006094b9SGreg Roach "composer/composer": "~1.8", 804525f50bSGreg Roach "league/flysystem-memory": "~1.0", 814525f50bSGreg Roach "maximebf/debugbar": "~1.15", 824525f50bSGreg Roach "php-coveralls/php-coveralls": "~2.1", 834525f50bSGreg Roach "phpunit/phpunit": "~7.0|~8.0" 84db7d25eeSGreg Roach }, 85c42d24a9SGreg Roach "suggest": { 86c42d24a9SGreg Roach "ext-pdo_mysql": "Required to use MySQL for database storage", 87c42d24a9SGreg Roach "ext-pdo_sqlite": "Required to use SQLite for database storage", 88764facb7SGreg Roach "ext-pdo_pgsql": "Required to use PostgreSQL for database storage", 89c42d24a9SGreg Roach "ext-pdo_sqlsvr": "Required to use SQL Server for database storage" 90c42d24a9SGreg Roach }, 91db6a3ae9SGreg Roach "scripts": { 923d9f187dSGreg Roach "webtrees:build": [ 93f872a3beSGreg Roach "rm -Rf webtrees/", 94f872a3beSGreg Roach "git archive --prefix=webtrees/ HEAD --format=tar | tar -x", 95006094b9SGreg Roach "@composer webtrees:lang", 96006094b9SGreg Roach "for FILE in resources/lang/*/messages.php; do cp $FILE webtrees/$FILE; done", 97bcfab406SGreg Roach "zip --quiet --recurse-paths --move -9 webtrees.zip webtrees" 98f872a3beSGreg Roach ], 993d9f187dSGreg Roach "webtrees:check": [ 1004686330aSGreg Roach "### PHP-CODE-SNIFFER", 10174d6dc0eSGreg Roach "@composer global require squizlabs/php_codesniffer=* --quiet", 10274d6dc0eSGreg Roach "@composer global update squizlabs/php_codesniffer --quiet", 103*ffc5b228SGreg Roach "phpcs --standard=PSR12 -p -s --exclude=Generic.Files.LineLength,PSR2.ControlStructures.ControlStructureSpacing index.php app modules_v4 routes tests/app tests/feature", 104425578caSGreg Roach "### PHAN", 10574d6dc0eSGreg Roach "@composer global require phan/phan=*", 10674d6dc0eSGreg Roach "@composer global update phan/phan", 10774d6dc0eSGreg Roach "@composer install --quiet", 108*ffc5b228SGreg 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", 10974d6dc0eSGreg Roach "@composer install --no-dev --quiet", 110771ae10aSGreg Roach "### PHPSTAN", 11174d6dc0eSGreg Roach "@composer global require phpstan/phpstan=*", 11274d6dc0eSGreg Roach "@composer global update phpstan/phpstan", 11308198125SGreg Roach "phpstan --level=7 analyze index.php app", 114425578caSGreg Roach "### PSALM", 11503bd29eaSGreg Roach "psalm" 116425578caSGreg Roach ], 11786b91143SGreg Roach "webtrees:coverage": [ 11886b91143SGreg Roach "composer install --dev --quiet", 11986b91143SGreg Roach "vendor/bin/phpunit --coverage-html=tests/coverage", 12086b91143SGreg Roach "composer install --no-dev --quiet" 12186b91143SGreg Roach ], 122006094b9SGreg Roach "webtrees:lang": [ 123006094b9SGreg Roach "Fisharebest\\Webtrees\\Console\\ComposerScripts::languageFiles" 124006094b9SGreg Roach ], 1253d9f187dSGreg Roach "webtrees:po": [ 126692edf9aSGreg Roach "sed -i.bak -e 's/\\(I18N::[^)]*[)]\\)/<?php echo \\1; ?>/g' resources/xml/reports/*.xml", 127f7fac239SGreg 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", 128692edf9aSGreg Roach "find resources/xml/reports/ -name '*.xml' -exec mv {}.bak {} \\;", 129362b8464SGreg Roach "find resources/lang -name '*.po' -exec msgmerge --no-wrap --sort-output --no-fuzzy-matching --quiet --output={} {} resources/lang/webtrees.pot \\;" 13097c22350SGreg Roach ], 13197c22350SGreg Roach "webtrees:png": [ 13297c22350SGreg Roach "find resources/css -name *.png -exec pngquant --ext .png --force --skip-if-larger --speed 1 {} \\;" 133db6a3ae9SGreg Roach ] 134db6a3ae9SGreg Roach }, 135cb14bb54SGreg Roach "scripts-descriptions": { 1363d9f187dSGreg Roach "webtrees:build": "Create a distribution file (webtrees.zip)", 1373d9f187dSGreg Roach "webtrees:check": "Run various static analysis tools", 13886b91143SGreg Roach "webtrees:coverage": "Generate test coverage report", 139006094b9SGreg Roach "webtrees:lang": "Compile the language files (messages.php)", 14074d6dc0eSGreg Roach "webtrees:po": "Update the language (webtrees.pot, *.po)" 14108b342ecSGreg Roach }, 14208b342ecSGreg Roach "extra": { 14308b342ecSGreg Roach "branch-alias": { 14408b342ecSGreg Roach "dev-master": "2.0-dev" 14508b342ecSGreg Roach } 146ed285daaSGreg Roach } 147ed285daaSGreg Roach} 148