forked from alg5/quicklanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (33 loc) · 923 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
{
"name": "alg/quicklanguage",
"type": "phpbb-extension",
"description": "Adds an icons for each installed language to the header, detects a selection change and triggers a board language change as through the UCP.",
"homepage": "https://github.com/alg5/quicklanguage",
"version": "1.0.5",
"time": "2015-01-31",
"license": "GPL-2.0",
"authors": [
{
"name": "Alg",
"homepage": "http://www.chugunok.net",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Quick Language",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
},
"version-check": {
"host": "alg5.github.io",
"directory": "/versions",
"filename": "quicklanguage.json"
}
}
}