1up-lab / OneupFlysystemBundle

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

Remove symfony/templating #303

Closed oxguy3 closed 4 months ago

oxguy3 commented 5 months ago

The symfony/templating library is deprecated as of Symfony 6.4 and will be removed in Symfony 7. OneupFlysystemBundle requires symfony/templating, but does not use it anywhere as far as I can tell. There are no results outside of composer.json if I search the repository for "templ", and all tests pass with the package uninstalled.