forked from ErnadoO/qte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 925 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
41
42
43
44
45
46
47
{
"name": "abdev/qte",
"type": "phpbb-extension",
"description": "Quick Title Edition",
"homepage": "https://github.com/adri1b/qte",
"version": "2.0.0-a2-dev",
"keywords": ["phpbb", "extension", "qte", "attributes", "tags", "prefixes"],
"license": "GPL-2.0",
"authors": [
{
"name": "ABDev",
"role": "Developer"
},
{
"name": "PastisD",
"role": "Developer"
},
{
"name": "Geolim4",
"homepage": "http://geolim4.com/",
"role": "Developer"
},
{
"name": "Zoddo",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Quick Title Edition",
"soft-require": {
"phpbb/phpbb": ">=3.1.3-RC1,<3.2.*@dev"
},
"version-check": {
"host": "adri1b.github.io",
"directory": "/qte",
"filename": "versions.json"
}
}
}