forked from rxu/extservicescheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 790 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 790 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
{
"name": "david63/extservicescheck",
"type": "phpbb-extension",
"description": "Checks the syntax of the .yml files in extensions.",
"version": "2.2.0-RC1",
"time": "2020-12-09",
"keywords": [
"phpbb",
"extension",
"services",
"config",
"yml",
"phpBB 3.3"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "David Wood",
"role": "Extension Developer"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "[d63] Extensions .yml check",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<4.0.0@dev"
},
"version-check": {
"host": "version.phpbbdev.space",
"directory": "/versions",
"filename": "extservicescheck_version_file.json",
"ssl": false
}
}
}