You've already forked think-plugs-recorder
Init
This commit is contained in:
39
composer.json
Normal file
39
composer.json
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"name": "q792602257/think-plugs-recorder",
|
||||||
|
"description": "ThinkAdmin Plugin: Record Detailed CURD Log",
|
||||||
|
"version": "dev-master",
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"license": "WTFPL",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jerry Yan",
|
||||||
|
"email": "792602257@qq.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {
|
||||||
|
"config": {
|
||||||
|
"type": "module",
|
||||||
|
"name": "更详细的日志记录",
|
||||||
|
"platforms": ["h5web"],
|
||||||
|
"description": "更详细的日志记录"
|
||||||
|
},
|
||||||
|
"plugin": {
|
||||||
|
"copy": {
|
||||||
|
"stc/database": "database/migrations"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"think": {
|
||||||
|
"services": [
|
||||||
|
"jerryyan\\recorder\\Service"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"jerryyan\\recorder\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user