forked from Mar-tin-G/EmptyPostSubjects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1004 Bytes
/
composer.json
File metadata and controls
36 lines (36 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
28
29
30
31
32
33
34
35
36
{
"name": "martin/emptypostsubjects",
"type": "phpbb-extension",
"description": "Empties the 'Subject' when (quick) replying to a topic. Modifies the text of the Last Post link on the board index or when viewing a forum to handle empty post subjects. Also modifies the search result titles to handle empty post subjects.",
"homepage": "https://github.com/Mar-tin-G/EmptyPostSubjects",
"version": "1.1.1",
"time": "2020-03-20",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Martin",
"email": "martin.g@posteo.de",
"homepage": "https://github.com/Mar-tin-G",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master",
"phing/phing": "2.4.*"
},
"extra": {
"display-name": "Empty Post Subjects",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "mar-tin-g.github.io",
"directory": "/versioncheck",
"filename": "emptypostsubjects.json"
}
}
}