-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcomposer.json
33 lines (33 loc) · 865 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
33
{
"name": "rxu/postsmerging",
"type": "phpbb-extension",
"description": "Adds an option to merge current post with previous if the former one is by same author.",
"homepage": "http://www.phpbbguru.net",
"version": "3.0.0-dev",
"time": "2020-05-20",
"license": "GPL-2.0-only",
"authors": [
{
"name": "rxu",
"homepage": "http://www.phpbbguru.net",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phing/phing": "2.4.*"
},
"extra": {
"display-name": "Posts merging",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "rxu.github.io",
"directory": "/versions/posts_merging",
"filename": "version.json"
}
}
}