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