X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=695d68e7616ae52879747ab1cabecb39a1f35628;hb=b0025745909b527127c7dd09fea0f9920158b595;hp=a7800ffff7a6f273757c9bb65d54cfad4824bfed;hpb=00577eab2cca29c7731d4804a257daa16ef0231a;p=friendica.git diff --git a/composer.json b/composer.json index a7800ffff7..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/"