forked from ErnadoO/qte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.03 KB
/
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
48
49
50
51
52
{
"name" : "ernadoo/qte",
"type" : "phpbb-extension",
"description" : "Quick Title Edition",
"homepage" : "https://github.com/ErnadoO/qte",
"version" : "2.0.0-RC1",
"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"
}, {
"name" : "Erwan Nader",
"email" : "[email protected]",
"homepage" : "https://www.phpbb-services.com",
"role" : "Developer"
}
],
"require" : {
"php" : ">=5.3.3",
"composer/installers" : "~1.0"
},
"extra" : {
"display-name" : "Quick Title Edition",
"soft-require" : {
"phpbb/phpbb" : ">=3.1.11"
},
"version-check" : {
"host" : "ernadoo.github.io",
"directory" : "/qte",
"filename" : "qte_versions.json"
}
}
}