-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 840 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 840 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
{
"name":"kdyby/html-validator-panel",
"type":"library",
"description":"Nette DebugBar panel for validating the output HTML.",
"keywords":["nette", "tracy", "kdyby", "html", "validator"],
"homepage":"http://kdyby.org",
"license":["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors":[
{
"name":"Filip Procházka",
"homepage":"http://filip-prochazka.com"
}
],
"support":{
"email":"filip@prochazka.su",
"issues":"https://github.com/Kdyby/HtmlValidatorPanel/issues"
},
"require":{
"tracy/tracy":"~2.4"
},
"suggest":{
"nette/di":"The extension can be registered using nette/di into your application"
},
"autoload":{
"psr-4":{
"Kdyby\\Extension\\Diagnostics\\HtmlValidator\\":""
}
}
}