]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Fix license info in composer.json
[friendica.git] / composer.json
index a7800ffff7a6f273757c9bb65d54cfad4824bfed..695d68e7616ae52879747ab1cabecb39a1f35628 100644 (file)
@@ -8,14 +8,25 @@
                "ostatus",\r
                "diaspora"\r
        ],\r
-       "licence": "GNU-Affero",\r
+       "license": "AGPL-3.0+",
        "support": {\r
                "issues": "https://github.com/friendica/friendica/issues"\r
        },\r
        "require": {\r
                "ezyang/htmlpurifier": "~4.7.0",\r
-               "mobiledetect/mobiledetectlib": "2.8.*"\r
+               "mobiledetect/mobiledetectlib": "2.8.*",\r
+               "league/html-to-markdown": "~4.4.1",\r
+               "defuse/php-encryption": "1.*",\r
+               "pear/Text_LanguageDetect": "1.*",\r
+               "pear-pear.php.net/Text_Highlighter": "*",\r
+               "paragonie/random_compat": "^2.0"\r
        },\r
+       "repositories": [\r
+        {\r
+            "type": "pear",\r
+            "url": "https://pear.php.net"\r
+        }\r
+    ],\r
        "autoload": {\r
                "psr-4": {\r
                        "Friendica\\": "src/"\r