X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=efd4bd0812b12c88a51f4459598293dee5dd1efe;hb=d6662d65dda434cdbb6072fddbbda985cbc5bba4;hp=2d6b46574d664852e123d7eadcb98dab02ddb37c;hpb=5e0b4b8a8f39f28fcfc2812e66223d95c92431a0;p=friendica.git diff --git a/composer.json b/composer.json index 2d6b46574d..efd4bd0812 100644 --- a/composer.json +++ b/composer.json @@ -39,8 +39,9 @@ "monolog/monolog": "^1.25", "nikic/fast-route": "^1.3", "paragonie/hidden-string": "^1.0", + "patrickschur/language-detection": "^3.4", "pear/console_table": "^1.3", - "pear/text_languagedetect": "1.*", + "phpseclib/phpseclib": "^2.0", "pragmarx/google2fa": "^5.0", "pragmarx/recovery": "^0.1.0", "psr/container": "^1.0", @@ -63,7 +64,8 @@ "npm-asset/moment": "^2.24", "npm-asset/perfect-scrollbar": "0.6.16", "npm-asset/textcomplete": "^0.18.2", - "npm-asset/typeahead.js": "^0.11.1" + "npm-asset/typeahead.js": "^0.11.1", + "matriphe/iso-639": "^1.2" }, "repositories": [ { @@ -76,9 +78,6 @@ "Friendica\\": "src/", "Friendica\\Addon\\": "addon/" }, - "psr-0": { - "": "library/" - }, "files": [ "include/conversation.php", "include/dba.php", @@ -128,7 +127,7 @@ "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.2", "johnkary/phpunit-speedtrap": "1.1", - "jakub-onderka/php-parallel-lint": "^1.0" + "php-parallel-lint/php-parallel-lint": "^1.2" }, "scripts": { "test": "phpunit"