]> git.mxchange.org Git - friendica.git/blob - composer.json
Merge branch 'develop' into rewrites/coding-convention-split2
[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         },\r
19         "autoload": {\r
20                 "psr-4": {\r
21                         "Friendica\\": "src/"\r
22                 }\r
23         },\r
24         "config": {\r
25                 "autoloader-suffix": "Friendica",\r
26                 "optimize-autoloader": true,\r
27                 "preferred-install": "dist"\r
28         },\r
29         "archive": {\r
30                 "exclude": [\r
31                         "log", "cache", "/photo", "/proxy"\r
32                 ]\r
33         }\r
34 }\r