Skip to content

Commit

Permalink
Merge pull request #86 from thephpleague/allow-fs-3
Browse files Browse the repository at this point in the history
Allow Flysystem 3.x
  • Loading branch information
tgalopin authored Jan 13, 2022
2 parents 983a908 + 6df1172 commit 7af5732
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
},
"require": {
"php": ">=7.2",
"league/flysystem": "^2.0",
"league/flysystem": "^2.0|^3.0",
"symfony/config": "^4.2|^5.0|^6.0",
"symfony/http-kernel": "^4.2|^5.0|^6.0",
"symfony/dependency-injection": "^4.2|^5.0|^6.0",
"symfony/options-resolver": "^4.2|^5.0|^6.0"
},
"require-dev": {
"league/flysystem-async-aws-s3": "^2.0",
"league/flysystem-aws-s3-v3": "^2.0",
"league/flysystem-ftp": "^2.0",
"league/flysystem-google-cloud-storage": "^2.0",
"league/flysystem-memory": "^2.0",
"league/flysystem-sftp": "^2.0",
"league/flysystem-async-aws-s3": "^2.0|^3.0",
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
"league/flysystem-ftp": "^2.0|^3.0",
"league/flysystem-google-cloud-storage": "^2.0|^3.0",
"league/flysystem-memory": "^2.0|^3.0",
"league/flysystem-sftp": "^2.0|^3.0",
"symfony/dotenv": "^4.2|^5.0|^6.0",
"symfony/framework-bundle": "^4.2|^5.0|^6.0",
"symfony/phpunit-bridge": "^5.2",
Expand Down

0 comments on commit 7af5732

Please sign in to comment.