xref: /webtrees/composer.json (revision 354a9dba5390121e4a1e00e10c580c5313773f45)
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": [
19915db8c4SGreg Roach            "modules_v4/",
2074d6dc0eSGreg Roach            "tests/TestCase.php",
2174d6dc0eSGreg Roach            "tests/MockGlobalFunctions.php"
2284e2cf4eSGreg Roach        ]
2384e2cf4eSGreg Roach    },
247286a40cSGreg Roach    "config": {
257286a40cSGreg Roach        "platform": {
26ea27dd66SGreg Roach            "php": "7.4"
2722acdb08SGreg Roach        },
28425578caSGreg Roach        "sort-packages": true,
29425578caSGreg Roach        "process-timeout": 3600
307286a40cSGreg Roach    },
31ed285daaSGreg Roach    "require": {
325f9f5f94SRico Sonntag        "ext-curl": "*",
337286a40cSGreg Roach        "ext-gd": "*",
347286a40cSGreg Roach        "ext-iconv": "*",
355f9f5f94SRico Sonntag        "ext-intl": "*",
368ae9e54eSRico Sonntag        "ext-json": "*",
377286a40cSGreg Roach        "ext-pcre": "*",
387286a40cSGreg Roach        "ext-pdo": "*",
397286a40cSGreg Roach        "ext-session": "*",
407286a40cSGreg Roach        "ext-simplexml": "*",
413b3cfeeaSGreg Roach        "ext-xml": "*",
425f9f5f94SRico Sonntag        "ext-zip": "*",
43ee4364daSGreg Roach        "aura/router": "~3.1",
44f7cf8a15SGreg Roach        "doctrine/dbal": "~3.0",
45ea27dd66SGreg Roach        "ezyang/htmlpurifier": "~4.13",
466ccdf4f0SGreg Roach        "fig/http-message-util": "^1.1",
478e8a9008SGreg Roach        "fisharebest/algorithm": "~1.5",
4893686a36SGreg Roach        "fisharebest/ext-calendar": "~2.5",
49f7cf8a15SGreg Roach        "fisharebest/flysystem-chroot-adapter": "~2.0",
5050b23b0dSGreg Roach        "fisharebest/localization": "~1.15",
517095af96SGreg Roach        "guzzlehttp/guzzle": "~7.3",
527095af96SGreg Roach        "illuminate/container": "~8.36",
537095af96SGreg Roach        "illuminate/database": "~8.36",
547095af96SGreg Roach        "illuminate/support": "~8.36",
556577bfc3SGreg Roach        "intervention/image": "^2.5",
56f7cf8a15SGreg Roach        "io-developer/php-whois": "~4.0",
57ea27dd66SGreg Roach        "league/commonmark": "~1.5",
58f7cf8a15SGreg Roach        "league/flysystem": "~2.0",
59f7cf8a15SGreg Roach        "league/flysystem-ziparchive": "~2.0",
60f7cf8a15SGreg Roach        "middlewares/client-ip": "~2.0",
61ea27dd66SGreg Roach        "mlocati/ip-lib": "~1.14",
62ea27dd66SGreg Roach        "nesbot/carbon": "~2.46",
63ea27dd66SGreg Roach        "nyholm/psr7": "~1.4",
64666268ebSGreg Roach        "nyholm/psr7-server": "~1.0",
656ccdf4f0SGreg Roach        "oscarotero/middleland": "~1.0",
66c692965aSGreg Roach        "psr/cache": "~1.0",
676ccdf4f0SGreg Roach        "psr/http-message": "~1.0",
686ccdf4f0SGreg Roach        "psr/http-server-handler": "~1.0",
696ccdf4f0SGreg Roach        "psr/http-server-middleware": "~1.0",
70f7cf8a15SGreg Roach        "ramsey/uuid": "~4.1",
71*354a9dbaSGreg Roach        "sabre/vobject": "~4.3",
728e8a9008SGreg Roach        "swiftmailer/swiftmailer": "~6.2",
73f7cf8a15SGreg Roach        "symfony/cache": "~5.2",
74f7cf8a15SGreg Roach        "symfony/expression-language": "~5.2",
75ea27dd66SGreg Roach        "symfony/polyfill-mbstring": "~1.22",
76ea27dd66SGreg Roach        "symfony/polyfill-php80": "^1.22",
772912e743SGreg Roach        "tecnickcom/tcpdf": "^6.4.1"
7810a8d14fSGreg Roach    },
79db7d25eeSGreg Roach    "require-dev": {
805ee0e1c4SGreg Roach        "ext-dom": "*",
81c42d24a9SGreg Roach        "ext-pdo_sqlite": "*",
824525f50bSGreg Roach        "ext-sqlite3": "*",
83f7cf8a15SGreg Roach        "composer/composer": "~2.0",
84f7cf8a15SGreg Roach        "league/flysystem-memory": "~2.0",
858e8a9008SGreg Roach        "maximebf/debugbar": "~1.16",
868e8a9008SGreg Roach        "php-coveralls/php-coveralls": "~2.2",
87f7cf8a15SGreg Roach        "phpunit/phpunit": "~9.5"
88db7d25eeSGreg Roach    },
89c42d24a9SGreg Roach    "suggest": {
906577bfc3SGreg Roach        "ext-imagick": "Required to generate thumbnail images",
91c42d24a9SGreg Roach        "ext-pdo_mysql": "Required to use MySQL for database storage",
92c42d24a9SGreg Roach        "ext-pdo_sqlite": "Required to use SQLite for database storage",
93764facb7SGreg Roach        "ext-pdo_pgsql": "Required to use PostgreSQL for database storage",
94179fae31SGreg Roach        "ext-pdo_sqlsvr": "Required to use SQL Server for database storage",
95179fae31SGreg Roach        "ext-zlib": "Required to compress HTTP respnses"
96c42d24a9SGreg Roach    },
97db6a3ae9SGreg Roach    "scripts": {
983d9f187dSGreg Roach        "webtrees:build": [
99f872a3beSGreg Roach            "rm -Rf webtrees/",
100f872a3beSGreg Roach            "git archive --prefix=webtrees/ HEAD --format=tar | tar -x",
101006094b9SGreg Roach            "@composer webtrees:lang",
102006094b9SGreg Roach            "for FILE in resources/lang/*/messages.php; do cp $FILE webtrees/$FILE; done",
103bcfab406SGreg Roach            "zip --quiet --recurse-paths --move -9 webtrees.zip webtrees"
104f872a3beSGreg Roach        ],
105289701c8SGreg Roach        "webtrees:pre-commit-hook": [
106289701c8SGreg Roach            "@composer webtrees:phpcs",
1079b152ff9SGreg Roach            "@composer webtrees:phpstan",
108289701c8SGreg Roach            "@composer webtrees:test"
109289701c8SGreg Roach        ],
1103d9f187dSGreg Roach        "webtrees:check": [
1114686330aSGreg Roach            "### PHP-CODE-SNIFFER",
112289701c8SGreg Roach            "@composer webtrees:phpcs",
1135781ea1fSGreg Roach            "### PHPSTAN",
1149b152ff9SGreg Roach            "@composer webtrees:phpstan",
1155781ea1fSGreg Roach            "### PSALM",
1163df1e584SGreg Roach            "@composer webtrees:psalm"
1175781ea1fSGreg Roach        ],
118289701c8SGreg Roach        "webtrees:phpcs": [
11974d6dc0eSGreg Roach            "@composer global require squizlabs/php_codesniffer=* --quiet",
1208ce3bd73SGreg Roach            "~/.composer/vendor/bin/phpcs --standard=PSR12 --colors --extensions=php --exclude=Generic.Files.LineLength index.php app modules_v4/example* tests",
121bbae5905SGreg Roach            "~/.composer/vendor/bin/phpcs --colors --extensions=css resources/css"
1225781ea1fSGreg Roach        ],
123289701c8SGreg Roach        "webtrees:phpstan": [
124289701c8SGreg Roach            "@composer global require --quiet phpstan/phpstan=*",
125289701c8SGreg Roach            "@composer global require --quiet phpstan/extension-installer=*",
126289701c8SGreg Roach            "@composer global require --quiet phpstan/phpstan-deprecation-rules=*",
127289701c8SGreg Roach            "@composer global require --quiet phpstan/phpstan-strict-rules=*",
128289701c8SGreg Roach            "@composer global require --quiet phpstan/phpstan-phpunit=*",
129dcb3a022SGreg Roach            "@composer install --quiet",
1308ce3bd73SGreg Roach            "~/.composer/vendor/bin/phpstan analyze --level=max app modules_v4/example* index.php",
131dcb3a022SGreg Roach            "@composer install --no-dev --quiet"
1325781ea1fSGreg Roach        ],
133289701c8SGreg Roach        "webtrees:psalm": [
134dcb3a022SGreg Roach            "@composer global require --quiet vimeo/psalm",
1355781ea1fSGreg Roach            "@composer install --quiet",
13661f22e38SGreg Roach            "~/.composer/vendor/bin/psalm",
1375781ea1fSGreg Roach            "@composer install --no-dev --quiet"
138425578caSGreg Roach        ],
139289701c8SGreg Roach        "webtrees:test": [
140289701c8SGreg Roach            "@composer install --quiet",
141289701c8SGreg Roach            "@php vendor/bin/phpunit",
142289701c8SGreg Roach            "@composer install --no-dev --quiet"
143289701c8SGreg Roach        ],
14486b91143SGreg Roach        "webtrees:coverage": [
1455781ea1fSGreg Roach            "@composer install --dev --quiet",
14686b91143SGreg Roach            "vendor/bin/phpunit --coverage-html=tests/coverage",
1475781ea1fSGreg Roach            "@composer install --no-dev --quiet"
14886b91143SGreg Roach        ],
149006094b9SGreg Roach        "webtrees:lang": [
150006094b9SGreg Roach            "Fisharebest\\Webtrees\\Console\\ComposerScripts::languageFiles"
151006094b9SGreg Roach        ],
152a192be9bSGreg Roach        "webtrees:missing-tests": [
153a192be9bSGreg Roach            "Fisharebest\\Webtrees\\Console\\ComposerScripts::missingTests"
154a192be9bSGreg Roach        ],
1553d9f187dSGreg Roach        "webtrees:po": [
156692edf9aSGreg Roach            "sed -i.bak -e 's/\\(I18N::[^)]*[)]\\)/<?php echo \\1; ?>/g' resources/xml/reports/*.xml",
157f7fac239SGreg 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",
158692edf9aSGreg Roach            "find resources/xml/reports/ -name '*.xml' -exec mv {}.bak {} \\;",
159362b8464SGreg Roach            "find resources/lang -name '*.po' -exec msgmerge --no-wrap --sort-output --no-fuzzy-matching --quiet --output={} {} resources/lang/webtrees.pot \\;"
16097c22350SGreg Roach        ],
16197c22350SGreg Roach        "webtrees:png": [
16208362db4SGreg Roach            "find resources/css -name *.png -exec pngquant --ext .png --force --skip-if-larger --speed 1 {} \\;",
16308362db4SGreg Roach            "find resources/css -name *.png -exec pngcrush -rem allb -brute -reduce {} {} \\;",
16408362db4SGreg Roach            "find resources/css -name *.png -exec optipng -o7 -zm1-9 {} \\;"
165db6a3ae9SGreg Roach        ]
166db6a3ae9SGreg Roach    },
167cb14bb54SGreg Roach    "scripts-descriptions": {
1683d9f187dSGreg Roach        "webtrees:build": "Create a distribution file (webtrees.zip)",
1693d9f187dSGreg Roach        "webtrees:check": "Run various static analysis tools",
17086b91143SGreg Roach        "webtrees:coverage": "Generate test coverage report",
171006094b9SGreg Roach        "webtrees:lang": "Compile the language files (messages.php)",
17274d6dc0eSGreg Roach        "webtrees:po": "Update the language (webtrees.pot, *.po)"
173ed285daaSGreg Roach    }
174ed285daaSGreg Roach}
175