1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 119 forks source link

Flysystem 3 support #258

Closed mbabker closed 2 years ago

mbabker commented 2 years ago

Feature Request

Q A
New Feature yes
BC Break no

Summary

Flysystem 3.0 has been released and this bundle should add support for it.

All of the first-party adapters are compatible with both 2.x and 3.x, however, the third-party royvoetman/flysystem-gitlab-storage package (which is a dev dependency of this bundle) is not yet updated to support the new version. While the third-party package not being compatible wouldn't block a new release with support for Flysystem 3.0, until it is updated, you wouldn't be able to install this bundle with dev dependencies and get 3.0 installed.

bytehead commented 2 years ago

We can easily remove third party deps as they are not compatible anymore.

mihaileu commented 2 years ago

I can try to create a PR on that library, just to book some time for this.

bytehead commented 2 years ago

Closing in favor of #259.