X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=08216159e3305a7932ca509c8fd71ebef339501c;hb=8c328a3c60d3bcbc8b091158383bf829064d2c9c;hp=fad962e4148a9c09a9335b8849f348e371e5cbb8;hpb=11ef3895f5dbbb006a725c545a290b9fbbf3176a;p=friendica.git diff --git a/composer.json b/composer.json index fad962e414..08216159e3 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "divineomega/password_exposed": "^2.8", "ezyang/htmlpurifier": "^4.7", "friendica/json-ld": "^1.0", + "guzzlehttp/guzzle": "^6.5", "league/html-to-markdown": "^4.8", "level-2/dice": "^4", "lightopenid/lightopenid": "dev-master", @@ -39,8 +40,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", @@ -64,7 +66,7 @@ "npm-asset/perfect-scrollbar": "0.6.16", "npm-asset/textcomplete": "^0.18.2", "npm-asset/typeahead.js": "^0.11.1", - "phpseclib/phpseclib": "^2.0" + "matriphe/iso-639": "^1.2" }, "repositories": [ { @@ -77,9 +79,6 @@ "Friendica\\": "src/", "Friendica\\Addon\\": "addon/" }, - "psr-0": { - "": "library/" - }, "files": [ "include/conversation.php", "include/dba.php", @@ -129,7 +128,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"