36 lines
712 B
JSON
36 lines
712 B
JSON
{
|
|
"name": "celaraze/dcat-extension-plus",
|
|
"description": "增强 DcatAdmin 的使用体验。",
|
|
"alias": "Dcat 增强工具",
|
|
"type": "library",
|
|
"keywords": [
|
|
"dcat-admin",
|
|
"extension"
|
|
],
|
|
"homepage": "https://github.com/celaraze/dcat-extension-plus",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Celaraze",
|
|
"email": "celaraze@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"dcat/laravel-admin": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Celaraze\\DcatPlus\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"dcat-admin": "Celaraze\\DcatPlus\\ServiceProvider",
|
|
"laravel": {
|
|
"providers": [
|
|
"Celaraze\\DcatPlus\\ServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|