Skip to content

Commit e1567bb

Browse files
minor #58637 revert allowing Twig 4 (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- revert allowing Twig 4 | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | reverts #58145 | License | MIT As Twig 4 will not be released before Symfony 7.2 we should not claim compatibility before a stable Twig 4 release. Commits ------- c9107aef01e revert allowing Twig 4
2 parents 5829e9c + cd12cd4 commit e1567bb

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)