gremo / ZurbInkBundle

Creating email templates is hard. This Symfony Bundle provides help.
MIT License
24 stars 12 forks source link

Symfony 5 support #10

Closed hracik closed 2 years ago

hracik commented 2 years ago

Tested in my project running on Symfony 5.4, PHP 8.1 at it works.

Dropped SF3 because the code already contains classes from Twig 3 which is not supported in SF3. From SF4 required PHP is >=7.1.3, so I see no reason to keep support for 5.6 in composer.json.

Bellow SF4 version v4.1.0 can be used, from SF4 this one should work. I think you should make this version 5 since there are major changes in compatibility.

rairlie commented 2 years ago

Hi @gremo - will you be tagging a release with this change soon?

gremo commented 2 years ago

@rairlie Sure, I'm waiting for https://github.com/gremo/ZurbInkBundle/pull/11 and I'll then release!