Skip to content

Commit b86ce1b

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 61c438e commit b86ce1b

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
@@ -25,7 +25,7 @@
2525
"symfony/http-kernel": "^6.4|^7.0",
2626
"symfony/process": "^6.4|^7.0",
2727
"symfony/uid": "^6.4|^7.0",
28-
"twig/twig": "^3.12|^4.0"
28+
"twig/twig": "^3.12"
2929
},
3030
"conflict": {
3131
"symfony/console": "<6.4"

0 commit comments

Comments
 (0)