Skip to content

Commit cd12cd4

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 8e5c98d commit cd12cd4

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
@@ -73,7 +73,7 @@
7373
"symfony/web-link": "^6.4|^7.0",
7474
"symfony/webhook": "^7.2",
7575
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
76-
"twig/twig": "^3.12|^4.0"
76+
"twig/twig": "^3.12"
7777
},
7878
"conflict": {
7979
"doctrine/persistence": "<1.3",

0 commit comments

Comments
 (0)