Skip to content

Commit

Permalink
revert allowing Twig 4
Browse files Browse the repository at this point in the history
As Twig 4 will not be released before Symfony 7.2 we should not claim
compatibility before a stable Twig 4 release.
  • Loading branch information
xabbuh committed Oct 23, 2024
1 parent c4652f9 commit 97bb792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"symfony/twig-bridge": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/twig": "^3.12|^4.0",
"twig/twig": "^3.12",
"web-token/jwt-library": "^3.3.2|^4.0"
},
"conflict": {
Expand Down

0 comments on commit 97bb792

Please sign in to comment.