-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
39 lines (39 loc) · 916 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
34
35
36
37
38
39
{
"name": "phpbb/topicprefixes",
"type": "phpbb-extension",
"description": "An official phpBB extension for topic prefixes.",
"homepage": "https://www.phpbb.com/customise/db/extension/topicprefixes/",
"version": "1.0.1",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
},
{
"name": "Ruslan Uzdenov",
"homepage": "http://www.phpbbguru.net",
"role": "Extensions Development Team"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "2.4.*"
},
"extra": {
"display-name": "phpBB Topic Prefixes",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<4.0.0@dev"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/topicprefixes",
"filename": "version_check",
"ssl": true
}
}
}