Skip to content

Commit

Permalink
Upgraded league/flysystem to ^2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jul 7, 2021
1 parent efa7578 commit 05a3216
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 219 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Flysystem adapter for the QCloud COS storage.",
"require": {
"php": ">=7.4",
"league/flysystem": "^1.0",
"league/flysystem": "^2.0",
"overtrue/qcloud-cos-client": "^1.0.0"
},
"require-dev": {
Expand Down
Loading

1 comment on commit 05a3216

@mallka
Copy link

@mallka mallka commented on 05a3216 Aug 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v2 版本不再支持插件机制了,

Please sign in to comment.