-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 996 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 996 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
33
34
35
{
"name": "xiradorn/lastpostmobile",
"type": "phpbb-extension",
"description": "Enable the last post under the every forumlist and topiclist in mobile phpbb view when the viewport is under 500px foro forumlist a 700px for topiclist",
"homepage": "http://xiradorn.it",
"version": "1.1.0",
"time": "2015-11-05",
"keywords": [
"phpbb",
"extension",
"lastpostmobile"
],
"license": "GPL-2.0",
"authors": [{
"name": "Sir Xiradorn",
"email": "helper@stargate.xiradorn.it",
"homepage": "http://xiradorn.it",
"role": "Lead Developer"
}],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Last Post on Mobile View",
"soft-require" : {
"phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev"
},
"version-check": {
"host": "xiradorn.it",
"directory": "/phpbb_version/lastpostmobile",
"filename": "version_check"
}
}
}