Skip to content

Commit

Permalink
Adds Flysystem 3.x support (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jan 14, 2022
1 parent a3d868d commit 0c04c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"league/flysystem": "^1.0|^2.0",
"league/flysystem-aws-s3-v3": "^1.0|^2.0",
"league/flysystem": "^1.0|^3.0",
"league/flysystem-aws-s3-v3": "^1.0|^3.0",
"ramsey/uuid": "^3.8|^4.0",
"symfony/console": "^4.2|^5.0|^6.0",
"symfony/process": "^4.2|^5.0|^6.0",
Expand Down

0 comments on commit 0c04c03

Please sign in to comment.