1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 22:40:03 +08:00
Files
dcat-vue/composer.json
2023-01-05 13:57:52 +08:00

38 lines
1.0 KiB
JSON

{
"name": "weiwait/dcat-vue",
"alias": "",
"description": "基于vue3构建的综合型扩展",
"type": "library",
"keywords": ["dcat-admin", "extension", "filesystem", "file-upload"],
"homepage": "https://github.com/weiwait/dcat-vue",
"license": "MIT",
"authors": [
{
"name": "weiwait",
"email": "mail@weiwait.cn"
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"dcat/laravel-admin": "~2.0",
"iidestiny/laravel-filesystem-oss": "^3.1",
"overtrue/laravel-filesystem-qiniu": "^2.1",
"overtrue/laravel-filesystem-cos": "^3.1",
"qcloud_sts/qcloud-sts-sdk": "^3.0"
},
"autoload": {
"psr-4": {
"Weiwait\\DcatVue\\": "src/"
}
},
"extra": {
"dcat-admin": "Weiwait\\DcatVue\\DcatVueServiceProvider",
"laravel": {
"providers": [
"Weiwait\\DcatVue\\DcatVueServiceProvider"
]
}
}
}