xref: /webtrees/composer.json (revision bdbbf7dad35a3d29f224a6081cf48d1de8d9228a)
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",
20b66f5d1aSGreg Roach            "tests/MockGlobalFunctions.php",
21b66f5d1aSGreg Roach            "tests/app/Elements/AbstractElementTestCase.php"
2284e2cf4eSGreg Roach        ]
2384e2cf4eSGreg Roach    },
247286a40cSGreg Roach    "config": {
257286a40cSGreg Roach        "platform": {
26f44cff08SGreg Roach            "php": "8.1.0"
2722acdb08SGreg Roach        },
28425578caSGreg Roach        "sort-packages": true,
29425578caSGreg Roach        "process-timeout": 3600
307286a40cSGreg Roach    },
31ed285daaSGreg Roach    "require": {
3247fbabfaSGreg Roach        "php": "8.1 - 8.3",
33eaab6746SGreg Roach        "ext-ctype": "*",
345f9f5f94SRico Sonntag        "ext-curl": "*",
357b202fa1SRico Sonntag        "ext-exif": "*",
367b202fa1SRico Sonntag        "ext-fileinfo": "*",
377286a40cSGreg Roach        "ext-gd": "*",
387286a40cSGreg Roach        "ext-iconv": "*",
395f9f5f94SRico Sonntag        "ext-intl": "*",
408ae9e54eSRico Sonntag        "ext-json": "*",
417b202fa1SRico Sonntag        "ext-mbstring": "*",
427286a40cSGreg Roach        "ext-pcre": "*",
437286a40cSGreg Roach        "ext-pdo": "*",
447286a40cSGreg Roach        "ext-session": "*",
457b202fa1SRico Sonntag        "ext-simplexml": "*",
463b3cfeeaSGreg Roach        "ext-xml": "*",
47*bdbbf7daSGreg Roach        "aura/router": "3.3.0",
4847fbabfaSGreg Roach        "doctrine/dbal": "3.6.3",
49711bae39SGreg Roach        "ezyang/htmlpurifier": "4.16.0",
501f7b3ff5SGreg Roach        "fig/http-message-util": "1.1.5",
51d7d5645bSGreg Roach        "fisharebest/algorithm": "1.6.0",
5207f1e892SGreg Roach        "fisharebest/ext-calendar": "2.6.0",
535b8771b0SGreg Roach        "fisharebest/localization": "1.17.0",
54f79e628bSGreg Roach        "guzzlehttp/guzzle": "7.7.0",
55*bdbbf7daSGreg Roach        "illuminate/database": "10.13.5",
56*bdbbf7daSGreg Roach        "illuminate/support": "10.13.5",
57e5a82967SGreg Roach        "intervention/image": "2.7.2",
588b9834a2SGreg Roach        "io-developer/php-whois": "4.1.10",
590fd5da95SGreg Roach        "league/commonmark": "2.4.0",
601d8e71a2SGreg Roach        "league/flysystem": "3.15.1",
611d8e71a2SGreg Roach        "league/flysystem-path-prefixing": "3.15.0",
621d8e71a2SGreg Roach        "league/flysystem-ziparchive": "3.15.0",
631f7b3ff5SGreg Roach        "middlewares/client-ip": "2.0.1",
64148ebf9dSGreg Roach        "mlocati/ip-lib": "1.18.0",
6542981a1bSGreg Roach        "nesbot/carbon": "2.67.0",
661d8e71a2SGreg Roach        "nyholm/psr7": "1.8.0",
671f7b3ff5SGreg Roach        "nyholm/psr7-server": "1.0.2",
681f7b3ff5SGreg Roach        "oscarotero/middleland": "1.0.1",
699168a53cSGreg Roach        "psr/cache": "3.0.0",
7047ba85feSGreg Roach        "psr/http-message": "1.1",
71017e6011SGreg Roach        "psr/http-server-handler": "1.0.2",
72017e6011SGreg Roach        "psr/http-server-middleware": "1.0.2",
73339e4c45SGreg Roach        "ramsey/uuid": "4.7.4",
748b9834a2SGreg Roach        "sabre/vobject": "4.5.3",
7542981a1bSGreg Roach        "symfony/cache": "6.3.0",
7642981a1bSGreg Roach        "symfony/expression-language": "6.3.0",
7742981a1bSGreg Roach        "symfony/mailer": "6.3.0",
785b8771b0SGreg Roach        "symfony/polyfill-mbstring": "1.27.0",
79f44cff08SGreg Roach        "tecnickcom/tcpdf": "6.6.2"
8010a8d14fSGreg Roach    },
81db7d25eeSGreg Roach    "require-dev": {
825ee0e1c4SGreg Roach        "ext-dom": "*",
839f37cd25SGreg Roach        "ext-libxml": "*",
84c42d24a9SGreg Roach        "ext-pdo_sqlite": "*",
854525f50bSGreg Roach        "ext-sqlite3": "*",
86*bdbbf7daSGreg Roach        "composer/composer": "2.5.8",
871d8e71a2SGreg Roach        "league/flysystem-memory": "3.15.0",
88711bae39SGreg Roach        "php-coveralls/php-coveralls": "2.5.3",
89*bdbbf7daSGreg Roach        "phpunit/phpunit": "10.2.2"
90db7d25eeSGreg Roach    },
91c42d24a9SGreg Roach    "suggest": {
926577bfc3SGreg Roach        "ext-imagick": "Required to generate thumbnail images",
93c42d24a9SGreg Roach        "ext-pdo_mysql": "Required to use MySQL for database storage",
94c42d24a9SGreg Roach        "ext-pdo_sqlite": "Required to use SQLite for database storage",
95764facb7SGreg Roach        "ext-pdo_pgsql": "Required to use PostgreSQL for database storage",
967a468185SGreg Roach        "ext-pdo_sqlsrv": "Required to use SQL Server for database storage",
977a194a1dSGreg Roach        "ext-zip": "Required to compress downloads and use the upgrade wizard",
987b202fa1SRico Sonntag        "ext-zlib": "Required to compress HTTP responses"
99c42d24a9SGreg Roach    },
100db6a3ae9SGreg Roach    "scripts": {
1013d9f187dSGreg Roach        "webtrees:build": [
102f872a3beSGreg Roach            "rm -Rf webtrees/",
103f872a3beSGreg Roach            "git archive --prefix=webtrees/ HEAD --format=tar | tar -x",
104b403ceddSGreg Roach            "@composer install --no-dev --quiet",
105b403ceddSGreg Roach            "cp -r vendor/ webtrees/vendor/",
106006094b9SGreg Roach            "@composer webtrees:lang",
107006094b9SGreg Roach            "for FILE in resources/lang/*/messages.php; do cp $FILE webtrees/$FILE; done",
108538cf0f4SGreg Roach            "zip --quiet --recurse-paths --move -9 webtrees-`git describe`.zip webtrees"
109f872a3beSGreg Roach        ],
110289701c8SGreg Roach        "webtrees:pre-commit-hook": [
111289701c8SGreg Roach            "@composer webtrees:phpcs",
1129b152ff9SGreg Roach            "@composer webtrees:phpstan",
113289701c8SGreg Roach            "@composer webtrees:test"
114289701c8SGreg Roach        ],
1153d9f187dSGreg Roach        "webtrees:check": [
1164686330aSGreg Roach            "### PHP-CODE-SNIFFER",
117289701c8SGreg Roach            "@composer webtrees:phpcs",
1185781ea1fSGreg Roach            "### PHPSTAN",
1199b152ff9SGreg Roach            "@composer webtrees:phpstan",
1205781ea1fSGreg Roach            "### PSALM",
1213df1e584SGreg Roach            "@composer webtrees:psalm"
1225781ea1fSGreg Roach        ],
123289701c8SGreg Roach        "webtrees:phpcs": [
12474d6dc0eSGreg Roach            "@composer global require squizlabs/php_codesniffer=* --quiet",
125bd29d468SGreg Roach            "~/.composer/vendor/bin/phpcs --colors --extensions=php   --standard=PSR12 --exclude=Generic.Files.LineLength index.php app tests",
126a2b3008fSGreg Roach            "#~/.composer/vendor/bin/phpcs --colors --extensions=phtml --standard=PSR12 --exclude=Generic.Files.LineLength resources/views",
127bbae5905SGreg Roach            "~/.composer/vendor/bin/phpcs --colors --extensions=css resources/css"
1285781ea1fSGreg Roach        ],
129289701c8SGreg Roach        "webtrees:phpstan": [
1300acf1b4bSGreg Roach            "@composer global require --quiet phpstan/phpstan=* phpstan/extension-installer=* phpstan/phpstan-deprecation-rules=* phpstan/phpstan-strict-rules=* phpstan/phpstan-phpunit=*",
131dcb3a022SGreg Roach            "@composer install --quiet",
1320acf1b4bSGreg Roach            "~/.composer/vendor/bin/phpstan analyze --memory-limit=-1",
133dcb3a022SGreg Roach            "@composer install --no-dev --quiet"
1345781ea1fSGreg Roach        ],
13547ab6ec4SGreg Roach        "webtrees:phpstan-baseline": [
1360acf1b4bSGreg Roach            "@composer global require --quiet phpstan/phpstan=* phpstan/extension-installer=* phpstan/phpstan-deprecation-rules=* phpstan/phpstan-strict-rules=* phpstan/phpstan-phpunit=*",
13747ab6ec4SGreg Roach            "@composer install --quiet",
138*bdbbf7daSGreg Roach            "~/.composer/vendor/bin/phpstan analyze --level=max --generate-baseline=phpstan-baseline.php",
1398b08d6b3SGreg Roach						"sed -i -e 's/\\t/    /' phpstan-baseline.php",
1408b08d6b3SGreg Roach						"sed -i -e 's/ declare(strict_types = 1)/\\n\\ndeclare(strict_types=1)/' phpstan-baseline.php",
14147ab6ec4SGreg Roach            "@composer install --no-dev --quiet"
14247ab6ec4SGreg Roach        ],
143289701c8SGreg Roach        "webtrees:psalm": [
144dcb3a022SGreg Roach            "@composer global require --quiet vimeo/psalm",
1455781ea1fSGreg Roach            "@composer install --quiet",
1461c6adce8SGreg Roach            "~/.composer/vendor/bin/psalm --threads=8 --php-version=8.1",
1475781ea1fSGreg Roach            "@composer install --no-dev --quiet"
148425578caSGreg Roach        ],
149289701c8SGreg Roach        "webtrees:test": [
150289701c8SGreg Roach            "@composer install --quiet",
151289701c8SGreg Roach            "@php vendor/bin/phpunit",
152289701c8SGreg Roach            "@composer install --no-dev --quiet"
153289701c8SGreg Roach        ],
15486b91143SGreg Roach        "webtrees:coverage": [
1555781ea1fSGreg Roach            "@composer install --dev --quiet",
15686b91143SGreg Roach            "vendor/bin/phpunit --coverage-html=tests/coverage",
1575781ea1fSGreg Roach            "@composer install --no-dev --quiet"
15886b91143SGreg Roach        ],
159006094b9SGreg Roach        "webtrees:lang": [
160006094b9SGreg Roach            "Fisharebest\\Webtrees\\Console\\ComposerScripts::languageFiles"
161006094b9SGreg Roach        ],
1623d9f187dSGreg Roach        "webtrees:po": [
163692edf9aSGreg Roach            "sed -i.bak -e 's/\\(I18N::[^)]*[)]\\)/<?php echo \\1; ?>/g' resources/xml/reports/*.xml",
1644072f74fSGreg Roach            "git grep -I --name-only --fixed-strings -e I18N:: -- '*.php' '*.phtml' '*.xml' | xargs xgettext --package-name=webtrees --package-version=1.0 --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",
165692edf9aSGreg Roach            "find resources/xml/reports/ -name '*.xml' -exec mv {}.bak {} \\;",
166362b8464SGreg Roach            "find resources/lang -name '*.po' -exec msgmerge --no-wrap --sort-output --no-fuzzy-matching --quiet --output={} {} resources/lang/webtrees.pot \\;"
16797c22350SGreg Roach        ],
16897c22350SGreg Roach        "webtrees:png": [
16908362db4SGreg Roach            "find resources/css -name *.png -exec pngquant --ext .png --force --skip-if-larger --speed 1 {} \\;",
17008362db4SGreg Roach            "find resources/css -name *.png -exec pngcrush -rem allb -brute -reduce {} {} \\;",
17108362db4SGreg Roach            "find resources/css -name *.png -exec optipng -o7 -zm1-9 {} \\;"
172db6a3ae9SGreg Roach        ]
173db6a3ae9SGreg Roach    },
174cb14bb54SGreg Roach    "scripts-descriptions": {
1753d9f187dSGreg Roach        "webtrees:build": "Create a distribution file (webtrees.zip)",
1763d9f187dSGreg Roach        "webtrees:check": "Run various static analysis tools",
17786b91143SGreg Roach        "webtrees:coverage": "Generate test coverage report",
178006094b9SGreg Roach        "webtrees:lang": "Compile the language files (messages.php)",
17974d6dc0eSGreg Roach        "webtrees:po": "Update the language (webtrees.pot, *.po)"
180ed285daaSGreg Roach    }
181ed285daaSGreg Roach}
182