laravel-log-viewer/composer.json

30 lines
550 B
JSON
Raw Normal View History

2020-07-09 15:42:22 +00:00
{
2020-11-25 03:28:00 +00:00
"name": "zyimm/laravel-log-viewer",
2020-07-09 15:42:22 +00:00
"description": "Laravel Log Viewer",
"type": "library",
"keywords": ["laravel", "log viewer"],
2020-11-25 03:28:00 +00:00
"homepage": "http://gogs.zyimm.com/zyimm/laravel-log-viewer",
2020-07-09 15:42:22 +00:00
"license": "MIT",
"authors": [
{
2020-11-25 03:28:00 +00:00
"name": "zyimm",
"email": "zyimm@qq.com"
2020-07-09 15:42:22 +00:00
}
],
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
2020-11-25 03:28:00 +00:00
"Zyimm\\LogViewer\\": "src/"
2020-07-09 15:42:22 +00:00
}
},
"extra": {
"laravel": {
"providers": [
2020-11-25 03:28:00 +00:00
"Zyimm\\LogViewer\\LogViewerServiceProvider"
2020-07-09 15:42:22 +00:00
]
}
}
}