Skip to content

Commit

Permalink
Merge pull request #1050 from spiral/flysystem-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jan 3, 2024
1 parent f08f4b8 commit 74c0195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=8.1",
"spiral/distribution": "^3.12",
"league/flysystem": "^2.3.1"
"league/flysystem": "^2.3.1 || ^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -33,7 +33,7 @@
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "^5.9",
"jetbrains/phpstorm-attributes": "^1.0",
"league/flysystem-aws-s3-v3": "^2.0"
"league/flysystem-aws-s3-v3": "^2.0 || ^3.0"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -47,8 +47,8 @@
]
},
"suggest": {
"league/flysystem-aws-s3-v3": "(^2.0) S3 storage driver support",
"league/flysystem-async-aws-s3": "(^2.0) S3 storage async driver support"
"league/flysystem-aws-s3-v3": "(^2.0 || ^3.0) S3 storage driver support",
"league/flysystem-async-aws-s3": "(^2.0 || ^3.0) S3 storage async driver support"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 74c0195

Please sign in to comment.