]> git.mxchange.org Git - friendica.git/blobdiff - composer.json
Merge pull request #4097 from Rudloff/feature/search_api
[friendica.git] / composer.json
index 9e83d04b45ca17970c188705802f88fe8662e89b..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
@@ -31,4 +42,4 @@
                        "log", "cache", "/photo", "/proxy"\r
                ]\r
        }\r
-}
\ No newline at end of file
+}\r