symfony / swiftmailer-bundle

Symfony Swiftmailer Bundle
https://symfony.com/swiftmailer-bundle
MIT License
1.56k stars 151 forks source link

Fixing composer conflict section to allow twig/twig >=1.41,<2.0 #310

Closed andkovt closed 3 years ago

andkovt commented 3 years ago

Constraint defined in composer.json conflict section prevents from using twig versions from 1.41 up to 2.0. Looking at the reason why this constraint was added

it seems that this is an error and twig/twig >=1.41,<2.0 should be supported by this package since twig 1.41+ supports "filter" https://twig.symfony.com/doc/1.x/filters/filter.html

fabpot commented 3 years ago

Thank you @andkovt.