X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=efd4bd0812b12c88a51f4459598293dee5dd1efe;hb=d6662d65dda434cdbb6072fddbbda985cbc5bba4;hp=2cb863c98014172548d24d11f07e033199e86077;hpb=87f2efff4bce8fe39be1dd07d851e2081753cd33;p=friendica.git diff --git a/composer.json b/composer.json index 2cb863c980..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", @@ -62,7 +63,9 @@ "npm-asset/jgrowl": "^1.4", "npm-asset/moment": "^2.24", "npm-asset/perfect-scrollbar": "0.6.16", - "npm-asset/typeahead.js": "^0.11.1" + "npm-asset/textcomplete": "^0.18.2", + "npm-asset/typeahead.js": "^0.11.1", + "matriphe/iso-639": "^1.2" }, "repositories": [ { @@ -75,14 +78,10 @@ "Friendica\\": "src/", "Friendica\\Addon\\": "addon/" }, - "psr-0": { - "": "library/" - }, "files": [ "include/conversation.php", "include/dba.php", "include/enotify.php", - "include/items.php", "boot.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"