forked from skywalker512/FlarumChina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
94 lines (94 loc) · 3.81 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
{
"name": "flarumchina/flarumchina",
"description": "一个简单新颖的论坛软件",
"type": "project",
"keywords": ["forum", "discussion"],
"homepage": "https://www.flarumchina.org",
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "[email protected]"
},
{
"name": "Franz Liedke",
"email": "[email protected]"
},
{
"name": "Zhenhong Hou",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/FlarumChina/flarumchina/issues",
"source": "https://github.com/FlarumChina/flarumchina",
"docs": "https://wiki.flarumchina.org"
},
"repositories":
[
{"type": "vcs", "url": "https://github.com/FlarumChina/core.git"},
{"type": "vcs", "url": "https://github.com/FlarumChina/flarum-ext-mentions.git"},
{"type": "vcs", "url": "https://github.com/FlarumChina/flarum-ext-recaptcha.git"},
{"type": "vcs", "url": "https://github.com/FlarumChina/flarum-ext-markdown-editor.git"},
{"type": "vcs", "url": "https://github.com/FlarumChina/users-list.git"},
{"type": "vcs", "url": "https://github.com/FlarumChina/flarum-ext-sitemap-chinese.git"}
],
"require": {
"flarum/core": "^0.1.0",
"flarum/flarum-ext-approval": "^0.1.0",
"flarum/flarum-ext-auth-github": "^0.1.0",
"flarum/flarum-ext-bbcode": "^0.1.0",
"flarum/flarum-ext-emoji": "^0.1.0",
"flarum/flarum-ext-english": "^0.1.0",
"flarum/flarum-ext-flags": "^0.1.0",
"flarum/flarum-ext-likes": "^0.1.0",
"flarum/flarum-ext-lock": "^0.1.0",
"flarum/flarum-ext-markdown": "^0.1.0",
"flarum/flarum-ext-mentions": "^0.1.0",
"flarum/flarum-ext-sticky": "^0.1.0",
"flarum/flarum-ext-subscriptions": "^0.1.0",
"flarum/flarum-ext-suspend": "^0.1.0",
"flarum/flarum-ext-tags": "^0.1.0",
"flarumchina/flarum-ext-simplified-chinese-pro": "^0.1.0",
"sijad/flarum-ext-recaptcha": "^0.0.3",
"ganuonglachanh/flarum-ext-markdown-editor": "^0.1.0",
"flagrow/users-list": "^0.1.3",
"terabin/flarum-ext-sitemap": "^1.0.4",
"wiseclock/flarum-ext-post-copyright": "^0.1.7",
"sijad/flarum-ext-pages": "^0.1.0@beta",
"sijad/flarum-ext-links": "^0.1.0@beta",
"flarumchina/flarum-ext-mediaembed-pro": "^0.3",
"sijad/flarum-ext-details": "^0.1.2",
"wiwatsrt/flarum-ext-best-answer": "^0.1.0@beta",
"clarkwinkelmann/flarum-ext-emojionearea": "^0.1.2",
"wiseclock/flarum-ext-profile-image-crop": "^0.1.1",
"flagrow/upload": "^0.6.0",
"davis/flarum-ext-securehttps": "^0.1.0@beta",
"flagrow/flarum-ext-analytics": "^0.6.0",
"davis/flarum-ext-socialprofile": "^0.2.3",
"flagrow/split": "^0.2",
"flagrow/bazaar": "^0.2.4",
"wiseclock/flarum-ext-login2see": "^0.1.1",
"wiseclock/flarum-ext-reply2see": "^0.1.0",
"reflar/reactions": "^0.1.0@beta",
"flagrow/byobu": "^0.1.0@beta",
"davis/flarum-ext-inviteonly": "^0.1.0@beta",
"flagrow/masquerade": "^0.1.0",
"henter/wechat-oauth": "dev-master",
"antoinefr/flarum-ext-money": "0.5.0",
"stanleysong/flarum-ext-auth-wechat": "^1.0.3",
"reflar/gamification": "^2.0",
"issyrocks12/flarum-ext-filter": "^1.2",
"flarum/flarum-ext-auth-twitter": "^0.1.0@beta",
"flarum/flarum-ext-auth-facebook": "^0.1.0@beta",
"flarum/flarum-ext-akismet": "^0.1.0@beta"
},
"require-dev": {
"franzl/studio": "^0.11.0"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "beta",
"prefer-stable": true
}