1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
634 stars 118 forks source link

[RTM] Add AWSv3 to suggestions #113

Closed mbabker closed 7 years ago

mbabker commented 8 years ago

Since AWSv3 is supported in the code here, add it to suggestions to make that more clear.

bytehead commented 7 years ago

I'm (composer is) actually unable to resolve the dependencies. We can probably not require both versions of ("league/flysystem-aws-s3-v2": "~1.0"and "league/flysystem-aws-s3-v3": "~1.0") at the same time.

mbabker commented 7 years ago

I took it out of require-dev then. Just having it in the suggest section is good enough for now at least.

bytehead commented 7 years ago

Nice, thank you!