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

missing white spaces PHP 7.4 #69

Open
twentyfortysix opened this issue Apr 15, 2021 · 0 comments
Open

missing white spaces PHP 7.4 #69

twentyfortysix opened this issue Apr 15, 2021 · 0 comments

Comments

@twentyfortysix
Copy link

Hi

For anyone suffering.
If you update to PHP7.4 twig like:
{{ something }} {{ else }}
will become "somethingelse" instead of expected "something else"

solution:
update twig to 2.14.4
go to extensions/libraries/composer.json

update require twig version to
..
"twig/twig": "~2.14.4",
..

run "composer update" in library folder
..nightmare is gone.. I mean partially

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant