-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 965 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 965 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": "towen/editlog",
"type": "phpbb-extension",
"description": "Allows moderators to view a history of edits to a message",
"homepage": "https://phpbb-es.com/",
"version": "1.2.1",
"time": "2020-11-17",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Pedro Almirall",
"email": "towenpa@gmail.com",
"homepage": "https://phpbb-es.com/",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.3.3",
"phpbb/phpbb": ">=3.1.7-RC1,<3.4@dev"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Post Edit Log",
"soft-require": {
"phpbb/phpbb": ">=3.1.7-RC1,<3.4@dev"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/post_edit_log_2",
"filename": "version_check"
}
}
}