-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.05 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
{
"name": "bertaveira/flarum-pt-pt",
"type": "flarum-extension",
"description": "Portuguese language pack.",
"homepage": "https://github.com/bertaveira/flarum-portuguese",
"keywords": ["locale"],
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.12"
},
"authors": [
{
"name": "Bernardo Taveira",
"email": "bertaveira@gmail.com",
"github": "https://github.com/bertaveira/"
},
{
"name": "Luís Cruz (original author forked)",
"email": "lcbcruz82@gmail.com",
"github": "https://github.com/lcbcruz"
}
],
"extra": {
"flarum-extension": {
"title": "Portuguese (pt-PT)",
"icon": {
"image": "icon.svg",
"backgroundColor": "#00247d",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "pt-PT",
"title": "Portuguese"
}
}
}