-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
89 lines (89 loc) · 2.69 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
{
"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": "^0.4.0",
"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",
"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/ban-ips": "^0.1.5",
"fof/byobu": "*",
"fof/default-group": "^0.1.0",
"fof/disposable-emails": "^0.1.0",
"fof/follow-tags": "^0.3.4",
"fof/links": "^0.2.1",
"fof/masquerade": "^0.3.3",
"fof/merge-discussions": "^0.3.3",
"fof/nightmode": "^0.4.0",
"fof/pages": "^0.3.1",
"fof/polls": "^0.1.2",
"fof/recaptcha": "^0.1.2",
"fof/spamblock": "^0.2.1",
"fof/split": "*",
"fof/terms": "^0.4.2",
"fof/upload": "^0.8.5",
"fof/user-bio": "^0.1.3",
"fof/user-directory": "^0.3.4",
"madnest/flarum-lang-czech": "^0.1.0@beta",
"michaelbelgium/mybb-to-flarum": "^4.2"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}