1up-lab / OneupFlysystemBundle

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

Add Azure Blob Storage adapter #271

Closed developernurullah closed 1 year ago

developernurullah commented 1 year ago

Hello There,

Kindly merge branch for Azure Blob Support

bytehead commented 1 year ago

Thank you! Sadly the tests still fail.

Can you have a look and fix the code style accordingly and add the league/flysystem-azure-blob-storage:^3.0 to the require-dev section of the composer.json?

bytehead commented 1 year ago

Seems it's PHP 8+ only. So I'll drop PHP 7 support as 7.4 is EOL anyway.

navneetbhardwaj commented 1 year ago

@bytehead thanks, What ETA to drop the support of PHP 7?

bytehead commented 1 year ago

Thank you @developernurullah ❤️

bytehead commented 1 year ago

4.5.0 is released 🥳

navneetbhardwaj commented 1 year ago

@developernurullah @bytehead thank you very much.

developernurullah commented 1 year ago

@bytehead Thank you very much