Skip to content

Commit f63b8a9

Browse files
committedDec 3, 2024·
feature #6565 Update minimum Twig requirement to 3.15 (javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Update minimum Twig requirement to 3.15 The recent 3.15 version is the best Twig version in years and adds a ton of features that will help us a lot (like the `guard` tag and the inline comments). See https://github.com/twigphp/Twig/blob/v3.15.0/CHANGELOG Commits ------- 0221f14 Update minimum Twig requirement to 3.15
2 parents 452ddec + 0221f14 commit f63b8a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
3737
"symfony/uid": "^5.4|^6.0|^7.0",
3838
"symfony/ux-twig-component": "^2.21",
39-
"symfony/validator": "^5.4|^6.0|^7.0"
39+
"symfony/validator": "^5.4|^6.0|^7.0",
40+
"twig/twig": "^3.15"
4041
},
4142
"require-dev": {
4243
"doctrine/doctrine-fixtures-bundle": "^3.4|3.5.x-dev",

0 commit comments

Comments
 (0)
Please sign in to comment.