You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
699 B
31 lines
699 B
{ |
|
"name": "dcat-admin/operation-log", |
|
"description": "Dcat Admin 操作日志扩展", |
|
"type": "library", |
|
"keywords": ["dcat-admin", "extension"], |
|
"homepage": "https://github.com/dcat-admin/operation-log", |
|
"license": "MIT", |
|
"authors": [ |
|
{ |
|
"name": "Jiangqh", |
|
"email": "841324345@qq.com" |
|
} |
|
], |
|
"require": { |
|
"php": ">=7.1.0", |
|
"dcat/laravel-admin": "~2.0" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Dcat\\Admin\\OperationLog\\": "src/" |
|
} |
|
}, |
|
"extra": { |
|
"dcat-admin": "Dcat\\Admin\\OperationLog\\OperationLogServiceProvider", |
|
"laravel": { |
|
"providers": [ |
|
"Dcat\\Admin\\OperationLog\\OperationLogServiceProvider" |
|
] |
|
} |
|
} |
|
}
|
|
|