mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 14:20:03 +08:00
first commit
This commit is contained in:
35
composer.json
Normal file
35
composer.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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",
|
||||
"dcat/laravel-admin": "~2.0",
|
||||
"iidestiny/laravel-filesystem-oss": "^3.1",
|
||||
"overtrue/laravel-filesystem-qiniu": "^2.1",
|
||||
"freyo/flysystem-qcloud-cos-v5": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Weiwait\\DcatVue\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"dcat-admin": "Weiwait\\DcatVue\\DcatVueServiceProvider",
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Weiwait\\DcatVue\\DcatVueServiceProvider"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user