-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 941 Bytes
/
composer.json
File metadata and controls
46 lines (46 loc) · 941 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
37
38
39
40
41
42
43
44
45
46
{
"name": "blitze/sitemaker",
"type": "phpbb-extension",
"description": "A portal/CMS for phpBB",
"homepage": "https://github.com/blitze/phpBB-ext-sitemaker",
"version": "3.4.0",
"time": "2021-06-22",
"keywords": [
"phpbb",
"extension",
"portal",
"cms"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Daniel A.",
"email": "shizzah@hotmail.com",
"homepage": "https://github.com/blitze",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "^1.1",
"urodoz/truncate-html": "@stable",
"simplepie/simplepie": "^1.5"
},
"require-dev": {
"phing/phing": "^2.16"
},
"extra": {
"display-name": "phpBB SiteMaker",
"soft-require": {
"phpbb/phpbb": ">=3.2.8"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/phpbb_sitemaker_2",
"filename": "version_check"
}
},
"config": {
"prepend-autoloader": false
}
}