-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
40 lines (40 loc) · 961 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
40
{
"name": "phpbb/skeleton",
"type": "phpbb-extension",
"description": "The official phpBB skeleton extension generator.",
"homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
"version": "1.1.13",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Joas Schilling",
"email": "[email protected]",
"homepage": "https://github.com/nickvergessen/",
"role": "Former Lead Developer"
},
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "~2.4"
},
"extra": {
"display-name": "phpBB Skeleton Extension",
"soft-require": {
"phpbb/phpbb": ">=3.2.3,<4.0.0@dev"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/official_tool/ext_skeleton",
"filename": "version_check",
"ssl": true
}
}
}