-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·58 lines (58 loc) · 1.73 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
{
"name": "flarum/flarum",
"description": "UBIK NFO forum",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://forum.ubik.hr/",
"license": "MIT",
"authors": [
{
"name": "Bruno Skvorc",
"email": "[email protected]"
}
],
"require": {
"askvortsov/flarum-moderator-warnings": "^0.3.2",
"flarum/approval": "^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",
"flarumite/simple-discussion-views": "^0.2.1",
"fof/byobu": "0.6.0-beta.2",
"fof/custom-footer": "^0.2.0",
"fof/forum-statistics-widget": "^0.3.0",
"fof/links": "^0.4.1",
"fof/merge-discussions": "^0.4.0",
"fof/nightmode": "^0.6.0",
"fof/prevent-necrobumping": "^0.3.0",
"fof/reactions": "^0.4.2",
"fof/socialprofile": "^0.1.3",
"fof/split": "*",
"fof/user-bio": "^0.3.1",
"fof/user-directory": "^0.4.0",
"swader/lang-croatian": "^1.2",
"swader/web3address": "^1.1",
"v17development/flarum-seo": "^1.4"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}