-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.86 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
{
"name": "extiverse/flarum-premium-extensions",
"description": "All Flarum premium extensions.",
"license": "MIT",
"require": {
"flarum/core": "^v1.8.5",
"blomstra/meta": "*",
"blomstra/payments": "*",
"blomstra/readme": "*",
"blomstra/realtime": "*",
"blomstra/s3-assets": "*",
"convo-extensions/flarum-ext-guest-posting": "*",
"convo-extensions/flarum-ext-quick-reply": "*",
"datitisev/flarum-backup": "*",
"datitisev/flarum-maintenance": "*",
"datitisev/flarum-webhooks-pro": "*",
"davwheat/virtual-authors": "*",
"glowingblue/localizd": "*",
"ianm/translate": "*",
"justoverclock/auto-post-badge-pro": "*",
"justoverclock/check-duplicate-discussions": "*",
"justoverclock/discord-widget": "*",
"justoverclock/discussion-tags": "*",
"justoverclock/export-post-to-pdf": "*",
"justoverclock/frontend-blog": "*",
"justoverclock/igdb-api": "*",
"justoverclock/imdb-api": "*",
"justoverclock/job-cards": "*",
"justoverclock/related-discussions": "*",
"justoverclock/steam-api": "*",
"justoverclock/theaudiodb-api": "*",
"justoverclock/website-live-screenshot": "*",
"kilowhat/flarum-ext-audit-pro": "*",
"kilowhat/flarum-ext-cimaise": "*",
"kilowhat/flarum-ext-custom-paths": "*",
"kilowhat/flarum-ext-formulaire": "*",
"kilowhat/flarum-ext-rich-embeds": "*",
"kilowhat/flarum-ext-wordpress": "*",
"kyrne/aegis": "*",
"kyrne/websocket": "*",
"maicol07/flarum-oidc-client": "*",
"mbl/highlighted-discussions": "*",
"ordinaryjellyfish/automod": "*",
"v17development/flarum-support": "*",
"ziiven/flarum-decoration-store": "*",
"ziiven/flarum-pay-to-see": "*"
}
}