-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
101 lines (101 loc) · 2.96 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Franz Liedke",
"email": "[email protected]"
},
{
"name": "Daniel Klabbers",
"email": "[email protected]",
"homepage": "https://luceos.com"
},
{
"name": "David Sevilla Martin",
"email": "[email protected]",
"homepage": "https://datitisev.me"
},
{
"name": "Clark Winkelmann",
"email": "[email protected]",
"homepage": "https://clarkwinkelmann.com"
},
{
"name": "Matthew Kilgore",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://flarum.org/docs/"
},
"require": {
"antoinefr/flarum-ext-online": "*",
"blomstra/spam-prevention": "^1.5",
"clarkwinkelmann/flarum-ext-author-change": "*",
"clarkwinkelmann/flarum-ext-mass-actions": "^1.1",
"darkle/fancybox": "^1.1",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/core": "^v1.0",
"flarum/emoji": "*",
"flarum/flags": "*",
"flarum/lang-english": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/pusher": "*",
"flarum/statistics": "*",
"flarum/sticky": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*",
"fof/analytics": "*",
"fof/byobu": "*",
"fof/discussion-thumbnail": "*",
"fof/disposable-emails": "*",
"fof/follow-tags": "*",
"fof/forum-statistics-widget": "*",
"fof/impersonate": "*",
"fof/linguist": "*",
"fof/links": "*",
"fof/masquerade": "*@dev",
"fof/merge-discussions": "*",
"fof/nightmode": "*",
"fof/pages": "*",
"fof/polls": "*",
"fof/pretty-mail": "*",
"fof/recaptcha": "*",
"fof/spamblock": "*",
"fof/split": "*",
"fof/stopforumspam": "^1.2",
"fof/terms": "*",
"fof/upload": "*",
"fof/user-bio": "*",
"fof/user-directory": "*",
"madnest/flarum-lang-czech": "^1.0",
"sycho/flarum-profile-cover": "*",
"v17development/flarum-blog": "^0.4.0",
"v17development/flarum-seo": "*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true,
"repositories": [{
"type": "path",
"url": "packages/*"
}]
}