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", 101*5781ea1fSGreg Roach "@composer webtrees:check-phpcs", 102*5781ea1fSGreg Roach "### PHAN", 103*5781ea1fSGreg Roach "@composer webtrees:check-phan", 104*5781ea1fSGreg Roach "### PHPSTAN", 105*5781ea1fSGreg Roach "@composer webtrees:check-phpstan", 106*5781ea1fSGreg Roach "### PSALM", 107*5781ea1fSGreg Roach "@composer webtrees:check-phpstan" 108*5781ea1fSGreg Roach ], 109*5781ea1fSGreg Roach "webtrees:check-phpcs": [ 11074d6dc0eSGreg Roach "@composer global require squizlabs/php_codesniffer=* --quiet", 11174d6dc0eSGreg Roach "@composer global update squizlabs/php_codesniffer --quiet", 112*5781ea1fSGreg Roach "phpcs --standard=PSR12 -p -s --exclude=Generic.Files.LineLength,PSR2.ControlStructures.ControlStructureSpacing index.php app modules_v4 routes tests/app tests/feature" 113*5781ea1fSGreg Roach ], 114*5781ea1fSGreg Roach "webtrees:check-phan": [ 11574d6dc0eSGreg Roach "@composer global require phan/phan=*", 11674d6dc0eSGreg Roach "@composer global update phan/phan", 11774d6dc0eSGreg Roach "@composer install --quiet", 118ffc5b228SGreg 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", 119*5781ea1fSGreg Roach "@composer install --no-dev --quiet" 120*5781ea1fSGreg Roach ], 121*5781ea1fSGreg Roach "webtrees:check-phpstan": [ 12274d6dc0eSGreg Roach "@composer global require phpstan/phpstan=*", 12374d6dc0eSGreg Roach "@composer global update phpstan/phpstan", 124*5781ea1fSGreg Roach "phpstan --level=7 analyze index.php app" 125*5781ea1fSGreg Roach ], 126*5781ea1fSGreg Roach "webtrees:check-psalm": [ 127*5781ea1fSGreg Roach "@composer global update vimeo/psalm", 128*5781ea1fSGreg Roach "@composer install --quiet", 129*5781ea1fSGreg Roach "psalm", 130*5781ea1fSGreg Roach "@composer install --no-dev --quiet" 131425578caSGreg Roach ], 13286b91143SGreg Roach "webtrees:coverage": [ 133*5781ea1fSGreg Roach "@composer install --dev --quiet", 13486b91143SGreg Roach "vendor/bin/phpunit --coverage-html=tests/coverage", 135*5781ea1fSGreg Roach "@composer install --no-dev --quiet" 13686b91143SGreg Roach ], 137006094b9SGreg Roach "webtrees:lang": [ 138006094b9SGreg Roach "Fisharebest\\Webtrees\\Console\\ComposerScripts::languageFiles" 139006094b9SGreg Roach ], 1403d9f187dSGreg Roach "webtrees:po": [ 141692edf9aSGreg Roach "sed -i.bak -e 's/\\(I18N::[^)]*[)]\\)/<?php echo \\1; ?>/g' resources/xml/reports/*.xml", 142f7fac239SGreg 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", 143692edf9aSGreg Roach "find resources/xml/reports/ -name '*.xml' -exec mv {}.bak {} \\;", 144362b8464SGreg Roach "find resources/lang -name '*.po' -exec msgmerge --no-wrap --sort-output --no-fuzzy-matching --quiet --output={} {} resources/lang/webtrees.pot \\;" 14597c22350SGreg Roach ], 14697c22350SGreg Roach "webtrees:png": [ 14797c22350SGreg Roach "find resources/css -name *.png -exec pngquant --ext .png --force --skip-if-larger --speed 1 {} \\;" 148db6a3ae9SGreg Roach ] 149db6a3ae9SGreg Roach }, 150cb14bb54SGreg Roach "scripts-descriptions": { 1513d9f187dSGreg Roach "webtrees:build": "Create a distribution file (webtrees.zip)", 1523d9f187dSGreg Roach "webtrees:check": "Run various static analysis tools", 15386b91143SGreg Roach "webtrees:coverage": "Generate test coverage report", 154006094b9SGreg Roach "webtrees:lang": "Compile the language files (messages.php)", 15574d6dc0eSGreg Roach "webtrees:po": "Update the language (webtrees.pot, *.po)" 15608b342ecSGreg Roach }, 15708b342ecSGreg Roach "extra": { 15808b342ecSGreg Roach "branch-alias": { 15908b342ecSGreg Roach "dev-master": "2.0-dev" 16008b342ecSGreg Roach } 161ed285daaSGreg Roach } 162ed285daaSGreg Roach} 163