]> git.mxchange.org Git - friendica.git/blob - composer.json
Replace existing autoloader with Composer-supplied
[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         },\r
18         "autoload": {\r
19                 "psr-4": {\r
20                         "Friendica\\": "src/"\r
21                 }\r
22         },\r
23         "config": {\r
24                 "autoloader-suffix": "Friendica",\r
25                 "optimize-autoloader": true,\r
26                 "preferred-install": "dist"\r
27         },\r
28         "archive": {\r
29                 "exclude": [\r
30                         "log", "cache", "/photo", "/proxy"\r
31                 ]\r
32         }\r
33 }