Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Installing Twig 3 #158

Merged
merged 3 commits into from Nov 28, 2019
Merged

Support Installing Twig 3 #158

merged 3 commits into from Nov 28, 2019

Conversation

adamaveray
Copy link

Allows package consumers to install Twig 3. Also replaces a call to an @internal Twig method which has different arguments in Twig 3 with a public method. All tests pass with Twig 1.42.4, 2.12.2 and 3.0.0 (the latest versions permitted by the Composer constraints).

Closes #156

@adamaveray
Copy link
Author

(FYI the failing CI check here is from HHVM not supporting Composer's internal __HALT_COMPILER call – https://travis-ci.org/slimphp/Twig-View/jobs/617946427)

@l0gicgate
Copy link
Member

We need to remove HHVM support. We can do this in a different PR though.

@l0gicgate l0gicgate added this to the 2.5.1 milestone Nov 28, 2019
@l0gicgate l0gicgate merged commit 47bd5cc into slimphp:master Nov 28, 2019
@adamaveray adamaveray deleted the twig-3-support branch November 28, 2019 21:51
@t0mmy742 t0mmy742 mentioned this pull request Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question - Twig 3 Support
2 participants