Closed maxhelias closed 3 years ago
@maxhelias Hello and thanks for the PR!
I've migrated the repo from Travis to Github workflows and did some of the changes that you proposed in separated commits:
But:
twig/twig
needs to be specified because it constraints the compatibile versions ^1.38.1|^2.7.1|^3.0
symfony/templating
- is it related to this https://symfony.com/blog/new-in-symfony-4-3-deprecated-the-templating-component-integration? If so, can you please rebase the PR and clean it, so it contains only the changes related to removing the symfony/templating
?@mhujer I should have split into several commits but now it's ok.
For twig/twig
, we can keep it but we should update the version to ^2.10|^3.0
to be in accordance with what symfony supports.
@maxhelias thanks for the PR. Merged and released as 1.5.4.
I haven't changed the twig constraint as the symfony/twig-bundle
4.4 still allows Twig 1.x.