-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 820 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 820 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
{
"name": "aurelienazerty/darkmode",
"type": "phpbb-extension",
"description": "Enable switching between Dark and Light mode",
"homepage": "https://www.team-azerty.com",
"version": "1.0.3",
"time": "2020-09-01",
"keywords": ["phpbb", "extension", "style", "Dark Mode"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "aurelienazerty",
"homepage": "https://www.team-azerty.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.7"
},
"extra": {
"display-name": "Dark Mode",
"soft-require": {
"phpbb/phpbb": ">=3.1.0"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/darkmode",
"filename": "version_check"
}
}
}