-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
33 lines (33 loc) · 975 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
{
"name": "extum/flarum-ext-material",
"description": "Extum Material brings Flarum to the next-level with Material Design!",
"keywords": ["theme", "material-design", "material", "flarum-extension", "flarum", "style"],
"type": "flarum-extension",
"require": {
"flarum/core": ">=0.1.0-beta.10 <0.1.0-beta.12"
},
"authors": [
{
"name": "Extum",
"email": "ardacebi1@gmail.com",
"role": "Developer"
}
],
"autoload": {
"psr-4": {"Extum\\MDL\\": "src/"}
},
"extra": {
"flarum-extension": {
"title": "Extum Material",
"icon": {
"image": "icon.jpg",
"backgroundSize": "cover",
"backgroundColor": "#dbc6f9",
"color": "#fff"
}
}
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/14335-material-design-extension-theme-by-extum"
}
}