30 lines
550 B
JSON
30 lines
550 B
JSON
{
|
|
"name": "zyimm/laravel-log-viewer",
|
|
"description": "Laravel Log Viewer",
|
|
"type": "library",
|
|
"keywords": ["laravel", "log viewer"],
|
|
"homepage": "http://gogs.zyimm.com/zyimm/laravel-log-viewer",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "zyimm",
|
|
"email": "zyimm@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zyimm\\LogViewer\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Zyimm\\LogViewer\\LogViewerServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|