This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·70 lines (70 loc) · 2.31 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
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": ["forum", "discussion"],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "[email protected]"
},
{
"name": "Franz Liedke",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://flarum.org/docs/"
},
"require": {
"amaurycarrade/flarum-ext-syndication": "^0.2.0",
"clarkwinkelmann/flarum-ext-emojionearea": "^0.2.0",
"csineneo/lang-simplified-chinese": "v0.1.0-beta.8.27",
"flagrow/sitemap": "^0.2.0",
"flagrow/upload": "^0.7.1",
"flarum/approval": "^0.1.0",
"flarum/auth-facebook": "^0.1.0",
"flarum/auth-github": "^0.1.0",
"flarum/auth-twitter": "^0.1.0",
"flarum/bbcode": "^0.1.0",
"flarum/core": "^0.1.0",
"flarum/emoji": "^0.1.0@beta",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^0.1.0",
"flarum/likes": "^0.1.0",
"flarum/lock": "^0.1.0",
"flarum/markdown": "^0.1.0",
"flarum/mentions": "^0.1.0",
"flarum/pusher": "^0.1.0",
"flarum/statistics": "^0.1.0",
"flarum/sticky": "^0.1.0",
"flarum/subscriptions": "^0.1.0",
"flarum/suspend": "^0.1.0",
"flarum/tags": "^0.1.0",
"fof/formatting": "^0.1.2",
"fof/links": "^0.2.0",
"fof/pages": "^0.2.2",
"fof/socialprofile": "^0.1.1",
"fof/spamblock": "^0.2.1",
"fof/user-bio": "^0.1.2",
"jordanjay29/flarum-ext-summaries": "^0.3.1",
"kvothe/pipetables": "^1.0",
"kvothe/reply-to-see": "^0.1.2",
"michaelbelgium/flarum-discussion-views": "v0.1.0-beta.8.2",
"noriods/auto-more": "^0.3.0",
"reflar/latex": "^0.2.0",
"reflar/polls": "^1.3",
"v17development/flarum-seo": "^1.0",
"wiwatsrt/flarum-ext-best-answer": "^0.2.1"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}