Symfony 5.4 support
eddeh opened this issue · 3 comments
eddeh commented
Hello,
Great work on updating this bundle, but now we can't install the bundle on Symfony 5.4 (LTS version).
This version is going to be supported till end 2025.
Is it too much trouble to add both support 5.4 | ^6.0 to the bundle?
zaak commented
Hi @eddeh. For Symfony 3-5 please keep using version 3 of this bundle. There were multiple breaking changes introduced with the latest version - the most important is the upgrade of the Flysystem library from version 1 to version 3. Because of this, it was not really possible to maintain backward compatibility in the new version of the bundle.
zaak commented
It is mentioned in the first pragraph of the README 🙂