32 lines
722 B
JSON
32 lines
722 B
JSON
{
|
|
"name": "peidikeji/setting",
|
|
"alias": "setting",
|
|
"description": "Setting",
|
|
"type": "library",
|
|
"keywords": ["dcat-admin", "extension"],
|
|
"homepage": "https://github.com/peidikeji/setting",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "panliang",
|
|
"email": "1163816051@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Peidikeji\\Setting\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"dcat-admin": "Peidikeji\\Setting\\SettingServiceProvider",
|
|
"laravel": {
|
|
"providers": [
|
|
"Peidikeji\\Setting\\SettingServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|