X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=21603c7b2731bdb500f962dc611c2fd1bd6368cb;hb=2e81803a52009e6f56f2f018ea6f824e85790ab4;hp=bb675c651ea8aefe38fc6caba7db771689f22e77;hpb=ed875a80f7eb7bb53aab582322605e1c7b237278;p=friendica.git diff --git a/composer.json b/composer.json index bb675c651e..21603c7b27 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=7.3", + "php": ">=7.4", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -35,6 +35,7 @@ "friendica/json-ld": "^1.0", "geekwright/po": "^2.0", "guzzlehttp/guzzle": "^6.5", + "guzzlehttp/oauth-subscriber": "^0.6", "kornrunner/blurhash": "^1.2", "league/html-to-markdown": "^4.8", "level-2/dice": "^4", @@ -43,7 +44,7 @@ "mattwright/urlresolver": "^2.0", "michelf/php-markdown": "^1.7", "minishlink/web-push": "^6.0", - "mobiledetect/mobiledetectlib": "^2.8", + "mobiledetect/mobiledetectlib": "^3.74", "nikic/fast-route": "^1.3", "paragonie/hidden-string": "^1.0", "patrickschur/language-detection": "^5.0.0", @@ -52,7 +53,7 @@ "pragmarx/google2fa": "^5.0", "pragmarx/recovery": "^0.2", "psr/clock": "^1.0", - "psr/container": "^1.0", + "psr/container": "^2.0", "psr/log": "^1.1", "seld/cli-prompt": "^1.0", "smarty/smarty": "^4", @@ -76,6 +77,12 @@ "npm-asset/textcomplete": "^0.18.2", "npm-asset/typeahead.js": "^0.11.1" }, + "suggest": { + "ext-imagick": "For faster image processing", + "ext-redis": "To use Redis as a locking or caching provider", + "ext-pdo": "To use PDO as a database driver, has priority over mysqli unless database.disable_pdo is set", + "ext-mysqli": "To use mysqli as a databse driver" + }, "repositories": [ { "type": "vcs", @@ -95,7 +102,7 @@ }, "config": { "platform": { - "php": "7.3" + "php": "7.4" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, @@ -133,6 +140,7 @@ "scripts": { "test": "phpunit", "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l", + "docker:translate": "docker run --rm -v $PWD:/data -w /data friendicaci/transifex bin/run_xgettext.sh", "cs:install": "@composer install --working-dir=bin/dev/php-cs-fixer", "cs:check": [ "@cs:install",