1up-lab / OneupFlysystemBundle

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

Drop support fot PHP < 8.1 #297

Closed Chris53897 closed 5 months ago

Chris53897 commented 6 months ago

drop support for symfony < 5.4 bump min dev versions remove BC Layer for < symfony 5.3

https://www.php.net/supported-versions.php https://packagist.org/packages/oneup/flysystem-bundle/php-stats#4

Chris53897 commented 5 months ago

I would not consider this as a BC break. Bump min versions in minor versions is allowed in semver. I guess this change should be save. https://github.com/1up-lab/OneupFlysystemBundle/pull/297/files#diff-ebe00144d6cecb5ca8a2860883e01147f42bbed2b12a3a7f44915908a4829faaR14

I resolved the conflict. Please let me know if i should change something.

bytehead commented 5 months ago

Thank you, I'll look into it! 🙏