X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=695d68e7616ae52879747ab1cabecb39a1f35628;hb=7a6706b0f72cb4a1c1e370e8363aec7faaf6703c;hp=9e83d04b45ca17970c188705802f88fe8662e89b;hpb=806368f15165933d2db45846be0e6c634f4d2891;p=friendica.git diff --git a/composer.json b/composer.json index 9e83d04b45..695d68e761 100644 --- a/composer.json +++ b/composer.json @@ -8,14 +8,25 @@ "ostatus", "diaspora" ], - "licence": "GNU-Affero", + "license": "AGPL-3.0+", "support": { "issues": "https://github.com/friendica/friendica/issues" }, "require": { "ezyang/htmlpurifier": "~4.7.0", - "mobiledetect/mobiledetectlib": "2.8.*" + "mobiledetect/mobiledetectlib": "2.8.*", + "league/html-to-markdown": "~4.4.1", + "defuse/php-encryption": "1.*", + "pear/Text_LanguageDetect": "1.*", + "pear-pear.php.net/Text_Highlighter": "*", + "paragonie/random_compat": "^2.0" }, + "repositories": [ + { + "type": "pear", + "url": "https://pear.php.net" + } + ], "autoload": { "psr-4": { "Friendica\\": "src/" @@ -31,4 +42,4 @@ "log", "cache", "/photo", "/proxy" ] } -} \ No newline at end of file +}