-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1021 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
{
"name": "daphnetf/moderatorautosubscribe",
"type": "phpbb-extension",
"description": "Moderator autosubscribe Extension for phpBB 3.1. Copyright (c) 2016, University of Freiburg, Chair of Algorithms and Data Structures.",
"homepage": "https://github.com/daphnetf/moderatorautosubscribe",
"version": "1.0.1",
"time": "2016-08-15",
"license": "BSD-2-Clause",
"authors": [{
"name": "Axel Lehmann",
"email": "[email protected]",
"homepage": "",
"role": "Lead Developer"
}],
"support": {
"irc": "irc://irc.freenode.org/daphnetf"
},
"require": {
"php": ">=5.5.9"
},
"extra": {
"display-name": "Moderator autosubscribe",
"soft-require": {
"phpbb/phpbb": ">=3.1.9,<3.2.*@dev"
},
"version-check": {
"host": "daphnetf.github.io",
"directory": "/moderatorautosubscribe",
"filename": "version.json"
}
}
}