-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.55 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
{
"name": "shriker/shadowlack-flarum",
"description": "Shadowlack Flarum installation",
"homepage": "https://shadowlack.com/",
"license": "MIT",
"require": {
"flagrow/mason": "^0.3.1",
"flagrow/terms": "^0.3.1",
"flagrow/upload": "*",
"flarum/approval": "^0.1.0",
"flarum/auth-twitter": "^0.1.0",
"flarum/bbcode": "^0.1.0",
"flarum/core": ">=0.1.0-beta.10",
"flarum/emoji": "^0.1.0",
"flarum/flags": "^0.1.0",
"flarum/lang-english": "^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/auth-discord": "*",
"fof/byobu": "*",
"fof/disposable-emails": "^0.1.0",
"fof/drafts": "^0.1.3",
"fof/ignore-users": "^0.1.3",
"fof/masquerade": "^0.3.3",
"fof/merge-discussions": "^0.3.1",
"fof/polls": "^0.1.1",
"fof/reactions": "^0.1.0",
"fof/spamblock": "^0.2.1",
"fof/split": "*",
"fof/stopforumspam": "^0.2.0",
"shriker/flarum-oekaki": "*@dev",
"shriker/flarum-playbypost": "*@dev",
"shriker/flarum-pronouns": "^0.1.0",
"shriker/shadowlack-ciphers": "*@dev",
"shriker/shadowlack-guts": "*@dev"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "workbench/*/"
}
]
}