forked from Dem13n/discussion-cards
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1.15 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
{
"name": "walsgit/flarum-discussion-cards",
"description": "Output of discussions lists in form of cards",
"type": "flarum-extension",
"keywords": ["flarum", "extension", "discussion", "cards"],
"license": "MIT",
"authors": [
{
"name": "Wa!id",
"homepage": "https://discuss.flarum.org/u/Walid"
}
],
"funding": [
{
"type": "website",
"url": "https://walsgit.github.io/Donations/"
}
],
"require": {
"flarum/core": "^1.0",
"flarum/tags": "^1.0"
},
"autoload": {
"psr-4": {
"Walsgit\\Discussion\\Cards\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Flarum Discussion Сards",
"category": "feature",
"icon": {
"name": "fas fa-border-all",
"backgroundColor": "#008e97",
"color": "#fff"
}
}
},
"support": {
"issues": "https://github.com/WalsGit/flarum-discussion-cards/issues",
"forum": "https://discuss.flarum.org/d/36343-flarum-discussion-cards"
}
}