backup-manager / symfony

Driver to seamlessly integrate the Backup Manager into Symfony applications.
119 stars 39 forks source link

Add support for league/flysystem v2. #91

Open mikeyudin opened 2 years ago

mikeyudin commented 2 years ago

Hello,

In league/flysystem-aws-s3-v3, the AwsS3Adaptor class has been renamed to AWSS3V3Adaptor. When trying to upgrade to the newer version of flysystem (in order to work with other updated dependencies), ~v2.0 of flysystem is required.

Are there plans to upgrade this library to support v2? Would you prefer a PR?

Thank you.

alexandre-mace commented 1 year ago

Hello, i think i might have encountered the same issue, i just tried to install vich/uploader-bundle but vich requires flysystem v2 and this package locks me to v1.

Thank you

danplaton4 commented 1 year ago

Any updates on this, or package is deprecated?