FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

Re-add templating engine #676

Closed dennisameling closed 1 year ago

dennisameling commented 3 years ago

In #653, the templating engine was removed in favor of Twig. PHP templates have been deprecated in Symfony 4.3 and removed in Symfony 5.

However, in https://github.com/mautic/mautic we still heavily rely on PHP templates and are not ready to move to Twig templates just yet, as there's a lot of technical debt involved. Symfony 4.4 will be supported until November 2022 and will receive security fixes until November 2023. Would you please consider re-adding the template engine for now? Otherwise we can't get PHP 8.0 support to Mautic as soon as you release v2 of this bundle.

Thanks in advance!

nickveenhof commented 3 years ago

Ping? Can we get some help? This is blocking Mautic from moving forward with PHP 8. Happy to add tests or anything to move this forward :)