]> git.mxchange.org Git - friendica.git/blob - composer.json
eb739a8cdceaceb46cf4db007468daae8c3b8b2a
[friendica.git] / composer.json
1 {\r
2         "name": "friendica/friendica",\r
3         "description": "A decentralized social network part of The Federation",\r
4         "type": "project",\r
5         "keywords": [\r
6                 "social network",\r
7                 "dfrn",\r
8                 "ostatus",\r
9                 "diaspora"\r
10         ],\r
11         "licence": "GNU-Affero",\r
12         "support": {\r
13                 "issues": "https://github.com/friendica/friendica/issues"\r
14         },\r
15         "require": {\r
16                 "ezyang/htmlpurifier": "~4.7.0",\r
17                 "mobiledetect/mobiledetectlib": "2.8.*",\r
18                 "league/html-to-markdown": "~4.4.1",\r
19                 "defuse/php-encryption": "1.*",\r
20                 "pear/Text_LanguageDetect": "1.*",\r
21                 "pear-pear.php.net/Text_Highlighter": "*"\r
22         },\r
23         "repositories": [\r
24         {\r
25             "type": "pear",\r
26             "url": "https://pear.php.net"\r
27         }\r
28     ],\r
29         "autoload": {\r
30                 "psr-4": {\r
31                         "Friendica\\": "src/"\r
32                 }\r
33         },\r
34         "config": {\r
35                 "autoloader-suffix": "Friendica",\r
36                 "optimize-autoloader": true,\r
37                 "preferred-install": "dist"\r
38         },\r
39         "archive": {\r
40                 "exclude": [\r
41                         "log", "cache", "/photo", "/proxy"\r
42                 ]\r
43         }\r
44 }\r