-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 821 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 821 Bytes
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
{
"name": "messageboard/guestLanguage",
"type": "phpbb-extension",
"description": "Adds a dropdown box in the forum header, enabling unregistered users (guests) to choose any of the installed languages",
"homepage": "",
"version": "1.0.0",
"time": "2015-03-13",
"license": "GPL-2.0",
"authors": [
{
"name": "Messageboard.nl",
"email": "",
"homepage": "",
"role": "Lead Developer"
},
{
"name": "Marco van Oort",
"email": "marcovoort@gmail.com",
"homepage": "https://github.com/marcovo",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Guest Language",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
}
}
}