1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 14:20:03 +08:00

bug fixed

This commit is contained in:
weiwait
2023-02-11 15:18:38 +08:00
parent 4f4b21a290
commit d797d3ba22
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,8 @@
"iidestiny/laravel-filesystem-oss": "^3.1", "iidestiny/laravel-filesystem-oss": "^3.1",
"overtrue/laravel-filesystem-qiniu": "^2.1", "overtrue/laravel-filesystem-qiniu": "^2.1",
"overtrue/laravel-filesystem-cos": "^3.1", "overtrue/laravel-filesystem-cos": "^3.1",
"qcloud_sts/qcloud-sts-sdk": "^3.0" "qcloud_sts/qcloud-sts-sdk": "^3.0",
"mews/captcha": "^3.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@@ -89,4 +89,7 @@ return [
'2.7.0' => [ '2.7.0' => [
'同步存储', '同步存储',
], ],
'2.7.1' => [
'bug fixed',
],
]; ];