-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 888 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 888 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" : "lucliscio/fankounter",
"type" : "application",
"description" : "It's a free PHP counter originally developed by FanatiKo",
"version" : "5.1-dev",
"keywords" : [
"hit counter",
"php",
"statistic",
"counter",
"visitors counter",
"cross plattafor"
],
"homepage" : "https://fanKounter.hzknight.org",
"license" : "AGPL-3.0-or-later",
"authors" : [{
"name" : "Luca Liscio",
"email" : "lucliscio@h0model.org",
"homepage" : "https://about.me/lucaliscio",
"role" : "Developer"
}
],
"require" : {
"php" : ">=7.1.0"
},
"autoload" : {
"psr-0" : {
"fankounter" : "src"
}
},
"minimum-stability" : "alpha",
"support" : {
"email" : "lucliscio@h0model.org",
"issues" : "https://github.com/lucliscio/fanKounter/issues",
"wiki" : "https://github.com/lucliscio/fanKounter/wiki",
"source" : "https://github.com/lucliscio/fanKounter"
}
}