]> git.mxchange.org Git - friendica.git/blob - composer.json
Merge pull request #3876 from tobiasd/2017107-followup3874
[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                 "pear/Text_LanguageDetect": "1.*",\r
20                 "pear-pear.php.net/Text_Highlighter": "*"\r
21         },\r
22         "repositories": [\r
23         {\r
24             "type": "pear",\r
25             "url": "https://pear.php.net"\r
26         }\r
27     ],\r
28         "autoload": {\r
29                 "psr-4": {\r
30                         "Friendica\\": "src/"\r
31                 }\r
32         },\r
33         "config": {\r
34                 "autoloader-suffix": "Friendica",\r
35                 "optimize-autoloader": true,\r
36                 "preferred-install": "dist"\r
37         },\r
38         "archive": {\r
39                 "exclude": [\r
40                         "log", "cache", "/photo", "/proxy"\r
41                 ]\r
42         }\r
43 }\r