-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
72 lines (72 loc) · 2.18 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "extiverse/fof-extensions",
"description": "All Friends of Flarum extensions.",
"license": "MIT",
"require": {
"flarum/core": "^v1.8.5",
"fof/amazon-affiliation": "*",
"fof/analytics": "*",
"fof/anti-spam": "*",
"fof/ban-ips": "*",
"fof/bbcode-details": "*",
"fof/bbcode-tabs": "*",
"fof/best-answer": "*",
"fof/byobu": "*",
"fof/clockwork": "*",
"fof/cookie-consent": "*",
"fof/custom-footer": "*",
"fof/default-group": "*",
"fof/default-user-preferences": "*",
"fof/direct-links": "*",
"fof/discussion-language": "*",
"fof/discussion-thumbnail": "*",
"fof/disposable-emails": "*",
"fof/doorman": "*",
"fof/drafts": "*",
"fof/filter": "*",
"fof/follow-tags": "*",
"fof/formatting": "*",
"fof/forum-statistics-widget": "*",
"fof/frontpage": "*",
"fof/gamification": "*",
"fof/geoip": "*",
"fof/github-autolink": "*",
"fof/github-sponsors": "*",
"fof/html-errors": "*",
"fof/ignore-users": "*",
"fof/impersonate": "*",
"fof/linguist": "*",
"fof/links": "*",
"fof/mason": "*",
"fof/masquerade": "*",
"fof/merge-discussions": "*",
"fof/moderator-notes": "*",
"fof/nightmode": "*",
"fof/oauth": "*",
"fof/open-collective": "*",
"fof/pages": "*",
"fof/passport": "*",
"fof/polls": "*",
"fof/pretty-mail": "*",
"fof/prevent-necrobumping": "*",
"fof/profile-image-crop": "*",
"fof/pwned-passwords": "*",
"fof/reactions": "*",
"fof/realtimedate": "*",
"fof/realtimelogin": "*",
"fof/recaptcha": "*",
"fof/secure-https": "*",
"fof/sentry": "*",
"fof/share-social": "*",
"fof/sitemap": "*",
"fof/socialprofile": "*",
"fof/split": "*",
"fof/subscribed": "*",
"fof/terms": "*",
"fof/upload": "*",
"fof/user-bio": "*",
"fof/user-directory": "*",
"fof/username-request": "*",
"fof/webhooks": "*"
}
}