Skip to content

Commit cd2be45

Browse files
committed
revert allowing Twig 4
As Twig 4 will not be released before Symfony 7.2 we should not claim compatibility before a stable Twig 4 release.
1 parent 6c83cc0 commit cd2be45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/twig-bridge": "^6.4|^7.0",
2424
"symfony/http-foundation": "^6.4|^7.0",
2525
"symfony/http-kernel": "^6.4|^7.0",
26-
"twig/twig": "^3.12|^4.0"
26+
"twig/twig": "^3.12"
2727
},
2828
"require-dev": {
2929
"symfony/asset": "^6.4|^7.0",

0 commit comments

Comments
 (0)