Only allowing support for Twig >= 3.0 is too much restrictive (in our case at least).
We can without problem add support for Twig >= 2.4 as namespace aliases was added there to ensure BC with the new class namespaces.
@nacmartin can I have your thoughts about this?
I will be very thankful to have this merged as this is blocking upgrades on our side with some composer packages.
Only allowing support for Twig >= 3.0 is too much restrictive (in our case at least). We can without problem add support for Twig >= 2.4 as namespace aliases was added there to ensure BC with the new class namespaces.