-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 850 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 850 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": "imkingdavid/prefixed",
"type": "phpbb-extension",
"description": "An extension for phpBB 3.1 that will add a topic prefix functionality to your board.",
"homepage": "http://www.github.com/imkingdavid/prefixed",
"version": "1.0.0",
"time": "2014-10-04",
"keywords": ["phpbb", "prefix", "extension", "prefixed"],
"license": "GPL-2.0",
"authors": [
{
"name": "David King (imkingdavid)",
"email": "imkingdavid@gmail.com",
"homepage": "http://www.thedavidking.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "[pre]fixed - phpBB Topic Prefixes - v1.0.0",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
},
"version-check": {
"host": "phpbb.expert",
"directory": "/ext/",
"filename": "prefix.json"
}
}
}