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 61c438e commit b86ce1b
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 @@ -25,7 +25,7 @@
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"twig/twig": "^3.12|^4.0"
"twig/twig": "^3.12"
},
"conflict": {
"symfony/console": "<6.4"
Expand Down

0 comments on commit b86ce1b

Please sign in to comment.