-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
48 lines (48 loc) · 1.45 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": "flarum-lang/french",
"description": "French language pack to localize the Flarum forum software plus its official and third-party extensions.",
"type": "flarum-extension",
"keywords": ["extension", "flarum", "french", "locale", "translation"],
"license": "MIT",
"authors": [
{
"name": "Qiaeru",
"email": "[email protected]",
"homepage": "https://www.qiaeru.com/"
}
],
"support": {
"issues": "https://github.com/flarum-lang/french/issues",
"source": "https://github.com/flarum-lang/french",
"forum": "https://discuss.flarum.org/d/615"
},
"require": {
"flarum/core": "^1.8"
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"flarum-extension": {
"title": "French",
"category": "language",
"info": {
"website": "https://github.com/flarum-lang/french",
"support": "https://github.com/flarum-lang/french/issues"
},
"icon": {
"image": "icon.svg",
"backgroundColor": "#fff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "fr",
"title": "Français"
},
"extiverse": {
"discuss": "https://discuss.flarum.org/d/615"
}
}
}