-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 1019 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 1019 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": "lr94/autosubscribe",
"type": "phpbb-extension",
"description": "Allows the users to automatically subscribe their new topics adding an option in their global settings. Administrators can also set specific forums so that new topic will be automatically subscribed by their authors.",
"homepage": "https://github.com/lr94/phpbb-autosubscribe",
"version": "1.1.2",
"time": "2017-07-28",
"keywords": ["automatic", "subscription"],
"license": "GPL-2.0",
"authors": [
{
"name": "lr94",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Automatic Topic Subscription",
"soft-require": {
"phpbb/phpbb": "~3.2"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/autosubscribe",
"filename": "version_check"
}
}
}