Skip to content

Commit d196d6b

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 c4b0d7f + 63eb9d3 commit d196d6b

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
@@ -47,7 +47,7 @@
4747
"symfony/var-dumper": "^6.4|^7.0",
4848
"symfony/var-exporter": "^6.4|^7.0",
4949
"psr/cache": "^1.0|^2.0|^3.0",
50-
"twig/twig": "^3.12|^4.0"
50+
"twig/twig": "^3.12"
5151
},
5252
"provide": {
5353
"psr/log-implementation": "1.0|2.0|3.0"

0 commit comments

Comments
 (0)