-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 1004 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 1004 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
{
"name": "threedi/hideactivity24hrs",
"type": "phpbb-extension",
"description": "Hide the statistics block of the extension “24 hour activity stats” >= 1.0.6 to users/groups, at will. The statistics will be shown only to authorized users/groups, based on the permission under ACP->permissions->misc. As well modifies the native ACP's “time online span” to accept up to 9999 minutes instead of 999. If the father extension will be disabled then only the online time span modifier will continue to work.",
"homepage": "https://github.com/3D-I/",
"version": "1.0.0-RC",
"time": "2017-12-31",
"license": "GPL-2.0",
"authors": [
{
"name": "3Di",
"email": "three3di@hotmail.it",
"homepage": "https://github.com/3D-I/",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Hide 24 hour activity stats",
"soft-require": {
"phpbb/phpbb": ">=3.1.10,<3.3.0@dev"
}
}
}