forked from potsky/PimpMyLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 852 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
{
"name" : "potsky/pimp-my-log",
"description" : "Log viewer for your web server",
"version" : "1.7.10",
"license" : "GPL-3.0+",
"type" : "project",
"homepage" : "http://pimpmylog.com",
"support": {
"email" : "support@pimpmylog.com",
"issues" : "http://support.pimpmylog.com/discussion/new",
"source" : "https://github.com/potsky/PimpMyLog"
},
"authors" : [
{
"name" : "Potsky",
"email" : "potsky@me.com",
"homepage" : "http://www.potsky.com",
"role" : "Developer"
},
{
"name" : "Cassio Santos",
"homepage" : "http://www.cassiosantos.com",
"role" : "Translator (pt_BR)"
}
],
"require" : {
"php" : ">=5.2.0"
}
}