-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
41 lines (41 loc) · 905 Bytes
/
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
{
"name": "yannisme/confixtheme",
"description": "Confix Theme For Flarum",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://yannisme.com",
"support": {
"issues": "https://github.com/yannisme/flarum-confix-theme/issues",
"source": "https://github.com/yannisme/flarum-confix-theme",
"forum": "https://discuss.flarum.org/d/27987-confix-theme"
},
"require": {
"flarum/core": "*"
},
"authors": [
{
"name": "yannis",
"email": "rd@yannis.cn",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Yannisme\\ConfixTheme\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Confix",
"category": "theme",
"icon": {
"name": "fab fa-yandex-international",
"backgroundColor": "#F783AC",
"color": "#FFF"
}
}
}
}